Html Css Color HEX #727D60 Willow Grove

📋 copy color: '#727D60'

red 114 ◦ green 125 ◦ blue 96

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

Shades of Willow Grove #727D60

Tints of Willow Grove #727D60

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.31%

 BLUE value IS 96 (37.89% from 255) = 28.66%

R = 34.03%
G = 37.31%
B = 28.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#727D60 (or 0x727D60) is known color: Willow Grove. HEX triplet: 72, 7D and 60. RGB value is (114,125,96). Sum of RGB (Red+Green+Blue) = 114+125+96=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 125 - color contains mainly: green. Hex color #727D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D60 is #8D829F. Grayscale: #767676. Windows color (decimal): -9274016 or 6323570. OLE color: 6323570.

HSL color Cylindrical-coordinate representation of color #727D60: hue angle of 82.76º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #727D60 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 125 96 -
CMYK 0.09 0 0.23 0.51
HSL 82.76º 0.13% 0.43% -
HSV(B) 82.76º 0.23% 0.49% -
XYZ 16.38 19.09 13.89 -
YUV 118.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 114 125 96 0.09 0 0.23 0.51 82.76 0.13 0.43
Hex 72 7D 60 9 0 17 33 53 D 2B
Octal 162 175 140 11 0 27 63 123 15 53
Binary 1110010 1111101 1100000 1001 0 10111 110011 1010011 1101 101011

Color Harmonies of #727D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727D60

Black with #727D60

Text Example


Text Example

White with #727D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727D60; }

 p { color: rgb(114,125,96); }

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

background-color css

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

 a { background-color: rgb(114,125,96); }

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

border-color css

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

 span { border-color: rgb(114,125,96); }

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