Html Css Color HEX #727C62 Willow Grove

📋 copy color: '#727C62'

red 114 ◦ green 124 ◦ blue 98

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

Shades of Willow Grove #727C62

Tints of Willow Grove #727C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.17%

R = 33.93%
G = 36.9%
B = 29.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#727C62 (or 0x727C62) is known color: Willow Grove. HEX triplet: 72, 7C and 62. RGB value is (114,124,98). Sum of RGB (Red+Green+Blue) = 114+124+98=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 124 - color contains mainly: green. Hex color #727C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C62 is #8D839D. Grayscale: #767676. Windows color (decimal): -9274270 or 6454386. OLE color: 6454386.

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

Color convert

RGB 114 124 98 -
CMYK 0.08 0 0.21 0.51
HSL 83.08º 0.12% 0.44% -
HSV(B) 83.08º 0.21% 0.49% -
XYZ 16.35 18.87 14.34 -
YUV 118.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 114 124 98 0.08 0 0.21 0.51 83.08 0.12 0.44
Hex 72 7C 62 8 0 15 33 53 C 2C
Octal 162 174 142 10 0 25 63 123 14 54
Binary 1110010 1111100 1100010 1000 0 10101 110011 1010011 1100 101100

Color Harmonies of #727C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C62

Black with #727C62

Text Example


Text Example

White with #727C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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