COLOR #714B72

HEX: #714B72
RGB: (113,75,114)

Renk bilgisi

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

RGB renk modeli

#714B72 color RGB value is (113,75,114).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 75 of 255 = 29%
B 114 of 255 = 45%

113
75
114

R + G + B ~ 39%. #714B72 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 75 + 114 = 302 (100%)
R 113 of 302 ~ 37.42%
G 75 of 302 ~ 24.83%
B 114 of 302 ~ 37.75%

%37.42
%24.83
%37.75

CMYK RENK MODELİ

#714B72 rengi CMYK tonu (1,34,0,55).

  • camgöbeği tonu 0.88%
  • eflatun tonu 34.21%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(1,34,0,55)
C1M34Y0K55 
(1%,34%,0%,55%)
(0.01/0.34/0.00/0.55)	

CMYK yüzdeleri

%0.88
%34.21
%0
%55.29

Codes

Color #714B72 in popluar color models

714B72
RGB11375114
HSL298°20.63%37.06%
HSB/HSV298°34.21%44.71%
CMYK0.88%34.21%0.00%
55.29%

Color #714B72 in popluar number systems.

HEX714B72
Decimal11375114
Binary111000110010111110010
Octal161113162

Shades and tints

Shades of #714B72

#714B72
(113,75,114)
#674568
(103,69,104)
#5D3F5E
(93,63,94)
#533954
(83,57,84)
#49334A
(73,51,74)
#3F2D40
(63,45,64)
#352736
(53,39,54)
#2B212C
(43,33,44)
#211B22
(33,27,34)
#171518
(23,21,24)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #714B72

#714B72
(113,75,114)
#7D5B7E
(125,91,126)
#896B8A
(137,107,138)
#957B96
(149,123,150)
#A18BA2
(161,139,162)
#AD9BAE
(173,155,174)
#B9ABBA
(185,171,186)
#C5BBC6
(197,187,198)
#D1CBD2
(209,203,210)
#DDDBDE
(221,219,222)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714B72; }

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

This text font color is #714B72.


Background Color

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

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

This div background color is #714B72.


Border color

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

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

This div border color is #714B72.


Opacity

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

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

Text with #714B72 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 #714B72;}

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

This text has shadow with #714B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714B72 on black background.


Color preview on white background

This text has color #714B72 on white background.



Black color preview on #714B72 background

This text has black color on #714B72 background.


White color preview on #714B72 background

This text has white color on #714B72 background.