Html Css Color HEX #727C60 Willow Grove

📋 copy color: '#727C60'

red 114 ◦ green 124 ◦ blue 96

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

Shades of Willow Grove #727C60

Tints of Willow Grove #727C60

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.13%

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

R = 34.13%
G = 37.13%
B = 28.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#727C60 (or 0x727C60) is known color: Willow Grove. HEX triplet: 72, 7C and 60. RGB value is (114,124,96). Sum of RGB (Red+Green+Blue) = 114+124+96=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 124 - color contains mainly: green. Hex color #727C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C60 is #8D839F. Grayscale: #757575. Windows color (decimal): -9274272 or 6323314. OLE color: 6323314.

HSL color Cylindrical-coordinate representation of color #727C60: hue angle of 81.43º 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 #727C60 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 124 96 -
CMYK 0.08 0 0.23 0.51
HSL 81.43º 0.13% 0.43% -
HSV(B) 81.43º 0.23% 0.49% -
XYZ 16.26 18.84 13.85 -
YUV 117.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 114 124 96 0.08 0 0.23 0.51 81.43 0.13 0.43
Hex 72 7C 60 8 0 17 33 51 D 2B
Octal 162 174 140 10 0 27 63 121 15 53
Binary 1110010 1111100 1100000 1000 0 10111 110011 1010001 1101 101011

Color Harmonies of #727C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C60

Black with #727C60

Text Example


Text Example

White with #727C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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