Html Css Color HEX #72805F Willow Grove

📋 copy color: '#72805F'

red 114 ◦ green 128 ◦ blue 95

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

Shades of Willow Grove #72805F

Tints of Willow Grove #72805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.98%

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 33.83%
G = 37.98%
B = 28.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#72805F (or 0x72805F) is known color: Willow Grove. HEX triplet: 72, 80 and 5F. RGB value is (114,128,95). Sum of RGB (Red+Green+Blue) = 114+128+95=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 128 - color contains mainly: green. Hex color #72805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72805F is #8D7FA0. Grayscale: #787878. Windows color (decimal): -9273249 or 6258802. OLE color: 6258802.

HSL color Cylindrical-coordinate representation of color #72805F: hue angle of 85.45º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72805F is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 128 95 -
CMYK 0.11 0 0.26 0.50
HSL 85.45º 0.15% 0.44% -
HSV(B) 85.45º 0.26% 0.5% -
XYZ 16.72 19.84 13.77 -
YUV 120.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 114 128 95 0.11 0 0.26 0.50 85.45 0.15 0.44
Hex 72 80 5F B 0 1A 32 55 F 2C
Octal 162 200 137 13 0 32 62 125 17 54
Binary 1110010 10000000 1011111 1011 0 11010 110010 1010101 1111 101100

Color Harmonies of #72805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72805F

Black with #72805F

Text Example


Text Example

White with #72805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72805F; }

 p { color: rgb(114,128,95); }

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

background-color css

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

 a { background-color: rgb(114,128,95); }

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

border-color css

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

 span { border-color: rgb(114,128,95); }

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