COLOR #727066

HEX: #727066
RGB: (114,112,102)

Color info

#727066 contains red, green and blue colors in about the same proportion. Web safe color of #727066 is #666666 (or #666).

RGB color model

#727066 color RGB value is (114,112,102).

  • red value is 114;
  • green value is 112;
  • blue value is 102.
RGB:
(114,112,102)
(45%,44%,40%)

RGB channels and saturation

R 114 of 255 = 45%
G 112 of 255 = 44%
B 102 of 255 = 40%

114
112
102

R + G + B ~ 43%. #727066 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 112 + 102 = 328 (100%)
R 114 of 328 ~ 34.76%
G 112 of 328 ~ 34.15%
B 102 of 328 ~ 31.1%

%34.76
%34.15
%31.1

CMYK color model

#727066 color CMYK value is (0,2,11,55).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 10.53%
  • key color value is 55.29%
CMYK:
(0,2,11,55)
C0M2Y11K55 
(0%,2%,11%,55%)
(0.00/0.02/0.11/0.55)	

CMYK percentages

%0
%1.75
%10.53
%55.29

Codes

Color #727066 in popluar color models

727066
RGB114112102
HSL50°5.56%42.35%
HSB/HSV50°10.53%44.71%
CMYK0.00%1.75%10.53%
55.29%

Color #727066 in popluar number systems.

HEX727066
Decimal114112102
Binary111001011100001100110
Octal162160146

Shades and tints

Shades of #727066

#727066
(114,112,102)
#68665D
(104,102,93)
#5E5C54
(94,92,84)
#54524B
(84,82,75)
#4A4842
(74,72,66)
#403E39
(64,62,57)
#363430
(54,52,48)
#2C2A27
(44,42,39)
#22201E
(34,32,30)
#181615
(24,22,21)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #727066

#727066
(114,112,102)
#7E7D73
(126,125,115)
#8A8A80
(138,138,128)
#96978D
(150,151,141)
#A2A49A
(162,164,154)
#AEB1A7
(174,177,167)
#BABEB4
(186,190,180)
#C6CBC1
(198,203,193)
#D2D8CE
(210,216,206)
#DEE5DB
(222,229,219)
#EAF2E8
(234,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727066 color. Also use rgb(114,112,102) instead hex code.

Text Font Color

.myTextColor { color: #727066; }

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

This text font color is #727066.


Background Color

.myBgColor { background-color: #727066; }

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

This div background color is #727066.


Border color

.myBorderColor { border: 1px solid #727066; }

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

This div border color is #727066.


Opacity

.myOpacity80 { color: #727066; opacity: 0.8; }

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

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

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

This text has shadow with #727066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727066 on black background.


Color preview on white background

This text has color #727066 on white background.



Black color preview on #727066 background

This text has black color on #727066 background.


White color preview on #727066 background

This text has white color on #727066 background.