Shades of Willow Grove #74825C
Tints of Willow Grove #74825C
RGB
CMYK
RGB Variations
Color information
#74825C (or 0x74825C) is known color: Willow Grove. HEX triplet: 74, 82 and 5C. RGB value is (116,130,92). Sum of RGB (Red+Green+Blue) = 116+130+92=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #74825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74825C is #8B7DA3. Grayscale: #797979. Windows color (decimal): -9141668 or 6062708. OLE color: 6062708.
HSL color Cylindrical-coordinate representation of color #74825C: hue angle of 82.11º 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 #74825C is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 92 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.49 |
| HSL | 82.11º | 0.17% | 0.44% | - |
| HSV(B) | 82.11º | 0.29% | 0.51% | - |
| XYZ | 17.12 | 20.45 | 13.17 | - |
| YUV | 121.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 92 | 0.11 | 0 | 0.29 | 0.49 | 82.11 | 0.17 | 0.44 |
| Hex | 74 | 82 | 5C | B | 0 | 1D | 31 | 52 | 11 | 2C |
| Octal | 164 | 202 | 134 | 13 | 0 | 35 | 61 | 122 | 21 | 54 |
| Binary | 1110100 | 10000010 | 1011100 | 1011 | 0 | 11101 | 110001 | 1010010 | 10001 | 101100 |
Color Harmonies of #74825C
Complementary color
Monochromatic Colors of #74825C
Black with #74825C
Text Example
Text Example
White with #74825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74825C; }
p { color: rgb(116,130,92); }
H1.HeaderClassName
{
color: #74825C;
}
.AnyTagClassName
{
color: #74825C;
}
</style>
background-color css
<style>
a { background-color: #74825C; }
a { background-color: rgb(116,130,92); }
div.DivClassName
{
background-color: #74825C;
}
.BgClassName
{
background-color: #74825C;
}
</style>
border-color css
<style>
span { border-color: #74825C; }
span { border-color: rgb(116,130,92); }
td.TdClassName
{
border-color: #74825C;
}
.TagClassName
{
border-color: #74825C;
}
</style>