COLOR #714D72

HEX: #714D72
RGB: (113,77,114)

Renk bilgisi

#714D72 contains red, green and blue colors in about the same proportion. #714D72 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#714D72 color RGB value is (113,77,114).

  • kırmız ton 113;
  • yeşil ton 77;
  • mavi ton 114.
RGB:
(113,77,114)
(44%,30%,45%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 77 of 255 = 30%
B 114 of 255 = 45%

113
77
114

R + G + B ~ 40%. #714D72 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 77 + 114 = 304 (100%)
R 113 of 304 ~ 37.17%
G 77 of 304 ~ 25.33%
B 114 of 304 ~ 37.5%

%37.17
%25.33
%37.5

CMYK RENK MODELİ

#714D72 rengi CMYK tonu (1,32,0,55).

  • camgöbeği tonu 0.88%
  • eflatun tonu 32.46%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(1,32,0,55)
C1M32Y0K55 
(1%,32%,0%,55%)
(0.01/0.32/0.00/0.55)	

CMYK yüzdeleri

%0.88
%32.46
%0
%55.29

Codes

Color #714D72 in popluar color models

714D72
RGB11377114
HSL298°19.37%37.45%
HSB/HSV298°32.46%44.71%
CMYK0.88%32.46%0.00%
55.29%

Color #714D72 in popluar number systems.

HEX714D72
Decimal11377114
Binary111000110011011110010
Octal161115162

Shades and tints

Shades of #714D72

#714D72
(113,77,114)
#674668
(103,70,104)
#5D3F5E
(93,63,94)
#533854
(83,56,84)
#49314A
(73,49,74)
#3F2A40
(63,42,64)
#352336
(53,35,54)
#2B1C2C
(43,28,44)
#211522
(33,21,34)
#170E18
(23,14,24)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #714D72

#714D72
(113,77,114)
#7D5D7E
(125,93,126)
#896D8A
(137,109,138)
#957D96
(149,125,150)
#A18DA2
(161,141,162)
#AD9DAE
(173,157,174)
#B9ADBA
(185,173,186)
#C5BDC6
(197,189,198)
#D1CDD2
(209,205,210)
#DDDDDE
(221,221,222)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714D72 color. Also use rgb(113,77,114) instead hex code.

Text Font Color

.myTextColor { color: #714D72; }

<p style="color:#714D72">This sample text font color is #714D72.</p>

This text font color is #714D72.


Background Color

.myBgColor { background-color: #714D72; }

<div style="background-color:#714D72">Inner text</div>

This div background color is #714D72.


Border color

.myBorderColor { border: 1px solid #714D72; }

<div style="border:3px solid #714D72">Div</div>

This div border color is #714D72.


Opacity

.myOpacity80 { color: #714D72; opacity: 0.8; }

<p style="color:#714D72;opacity:0.8;">80%</p>

Text with #714D72 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #714D72;}

<p style="text-shadow: 3px 3px 1px #714D72">Text here.</p>

This text has shadow with #714D72 color.

.textShadow {text-shadow: 3px 3px 1px #714D72, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #714D72, 5px 5px 20px red">Text here.</p>

This text has shadow with #714D72 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#714D72, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#714D72, Direction=45, Strength=4)">Text</p>

This text has shadow with #714D72 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #714D72;
  -webkit-box-shadow:	1px 1px 3px 2px #714D72;
  box-shadow:		1px 1px 3px 2px #714D72;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #714D72;
-webkit-box-shadow: 1px 1px 3px 2px #714D72;
box-shadow:1px 1px 3px 2px #714D72;">
Div content here</div>
This div box has shadow with color #714D72.

Preview

Color preview on black background

This text has color #714D72 on black background.


Color preview on white background

This text has color #714D72 on white background.



Black color preview on #714D72 background

This text has black color on #714D72 background.


White color preview on #714D72 background

This text has white color on #714D72 background.