Html Css Color HEX #727C5E Willow Grove

📋 copy color: '#727C5E'

red 114 ◦ green 124 ◦ blue 94

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

Shades of Willow Grove #727C5E

Tints of Willow Grove #727C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 34.34%
G = 37.35%
B = 28.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#727C5E (or 0x727C5E) is known color: Willow Grove. HEX triplet: 72, 7C and 5E. RGB value is (114,124,94). Sum of RGB (Red+Green+Blue) = 114+124+94=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 124 - color contains mainly: green. Hex color #727C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C5E is #8D83A1. Grayscale: #757575. Windows color (decimal): -9274274 or 6192242. OLE color: 6192242.

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

Color convert

RGB 114 124 94 -
CMYK 0.08 0 0.24 0.51
HSL 80º 0.14% 0.43% -
HSV(B) 80º 0.24% 0.49% -
XYZ 16.17 18.8 13.37 -
YUV 117.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 114 124 94 0.08 0 0.24 0.51 80 0.14 0.43
Hex 72 7C 5E 8 0 18 33 50 E 2B
Octal 162 174 136 10 0 30 63 120 16 53
Binary 1110010 1111100 1011110 1000 0 11000 110011 1010000 1110 101011

Color Harmonies of #727C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C5E

Black with #727C5E

Text Example


Text Example

White with #727C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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