#72815C

Color #72815C Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #72815C

Tints of Willow Grove #72815C

Color information

#72815C (or 0x72815C) is unknown color: approx Willow Grove. HEX triplet: 72, 81 and 5C. RGB value is (114,129,92). Sum of RGB (Red+Green+Blue) = 114+129+92=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #72815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72815C is #8D7EA3. Grayscale: #787878. Windows color (decimal): -9272996 or 6062450. OLE color: 6062450.

HSL color Cylindrical-coordinate representation of color #72815C: hue angle of 84.32º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72815C is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB11412992-
CMYK0.1200.290.49
HSL84.32º16.74%43.33%-
HSV(B)84.32º28.68%50.59%-
XYZ16.7220.0513.11-
YUV120.3112.03123.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=34.03%
G=38.51%
B=27.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114129920.1200.290.4984.3216.7443.33
Hex72815CC01D3154112b
Octal16220113414035611242153
Binary11100101000000110111001100011101110001101010010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72815C; }

 p { color: rgb(114,129,92); }

 H1.HeaderClassName
 {
   color: #72815C;
 }
 .AnyTagClassName
 {
   color: #72815C;
 }
</style>
background-color css

<style>
 a { background-color: #72815C; }

 a { background-color: rgb(114,129,92); }

 div.DivClassName
 {
   background-color: #72815C;
 }
 .BgClassName
 {
   background-color: #72815C;
 }
</style>
border-color css

<style>
 span { border-color: #72815C; }

 span { border-color: rgb(114,129,92); }

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