Html Css Color HEX #727966 Willow Grove

📋 copy color: '#727966'

red 114 ◦ green 121 ◦ blue 102

#727966
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #727966

Tints of Willow Grove #727966

RGB

 RED value IS 114 (44.92% from 255) = 33.83%

 GREEN value IS 121 (47.66% from 255) = 35.91%

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 33.83%
G = 35.91%
B = 30.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#727966 (or 0x727966) is known color: Willow Grove. HEX triplet: 72, 79 and 66. RGB value is (114,121,102). Sum of RGB (Red+Green+Blue) = 114+121+102=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 121 - color contains mainly: green. Hex color #727966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727966 is #8D8699. Grayscale: #747474. Windows color (decimal): -9275034 or 6715762. OLE color: 6715762.

HSL color Cylindrical-coordinate representation of color #727966: hue angle of 82.11º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #727966 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 121 102 -
CMYK 0.06 0 0.16 0.53
HSL 82.11º 0.09% 0.44% -
HSV(B) 82.11º 0.16% 0.47% -
XYZ 16.18 18.21 15.23 -
YUV 116.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 114 121 102 0.06 0 0.16 0.53 82.11 0.09 0.44
Hex 72 79 66 6 0 10 35 52 9 2C
Octal 162 171 146 6 0 20 65 122 11 54
Binary 1110010 1111001 1100110 110 0 10000 110101 1010010 1001 101100

Color Harmonies of #727966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727966

Black with #727966

Text Example


Text Example

White with #727966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727966; }

 p { color: rgb(114,121,102); }

 H1.HeaderClassName
 {
   color: #727966;
 }
 .AnyTagClassName
 {
   color: #727966;
 }
</style>

background-color css

<style>
 a { background-color: #727966; }

 a { background-color: rgb(114,121,102); }

 div.DivClassName
 {
   background-color: #727966;
 }
 .BgClassName
 {
   background-color: #727966;
 }
</style>

border-color css

<style>
 span { border-color: #727966; }

 span { border-color: rgb(114,121,102); }

 td.TdClassName
 {
   border-color: #727966;
 }
 .TagClassName
 {
   border-color: #727966;
 }
</style>