Shades of Willow Grove #73825C
Tints of Willow Grove #73825C
RGB
CMYK
RGB Variations
Color information
#73825C (or 0x73825C) is known color: Willow Grove. HEX triplet: 73, 82 and 5C. RGB value is (115,130,92). Sum of RGB (Red+Green+Blue) = 115+130+92=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #73825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73825C is #8C7DA3. Grayscale: #797979. Windows color (decimal): -9207204 or 6062707. OLE color: 6062707.
HSL color Cylindrical-coordinate representation of color #73825C: hue angle of 83.68º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73825C is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 130 | 92 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.49 |
| HSL | 83.68º | 0.17% | 0.44% | - |
| HSV(B) | 83.68º | 0.29% | 0.51% | - |
| XYZ | 16.98 | 20.38 | 13.16 | - |
| YUV | 121.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 130 | 92 | 0.12 | 0 | 0.29 | 0.49 | 83.68 | 0.17 | 0.44 |
| Hex | 73 | 82 | 5C | C | 0 | 1D | 31 | 54 | 11 | 2C |
| Octal | 163 | 202 | 134 | 14 | 0 | 35 | 61 | 124 | 21 | 54 |
| Binary | 1110011 | 10000010 | 1011100 | 1100 | 0 | 11101 | 110001 | 1010100 | 10001 | 101100 |
Color Harmonies of #73825C
Complementary color
Monochromatic Colors of #73825C
Black with #73825C
Text Example
Text Example
White with #73825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73825C; }
p { color: rgb(115,130,92); }
H1.HeaderClassName
{
color: #73825C;
}
.AnyTagClassName
{
color: #73825C;
}
</style>
background-color css
<style>
a { background-color: #73825C; }
a { background-color: rgb(115,130,92); }
div.DivClassName
{
background-color: #73825C;
}
.BgClassName
{
background-color: #73825C;
}
</style>
border-color css
<style>
span { border-color: #73825C; }
span { border-color: rgb(115,130,92); }
td.TdClassName
{
border-color: #73825C;
}
.TagClassName
{
border-color: #73825C;
}
</style>