Shades of Willow Grove #748455
Tints of Willow Grove #748455
RGB
CMYK
RGB Variations
Color information
#748455 (or 0x748455) is known color: Willow Grove. HEX triplet: 74, 84 and 55. RGB value is (116,132,85). Sum of RGB (Red+Green+Blue) = 116+132+85=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #748455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748455 is #8B7BAA. Grayscale: #7A7A7A. Windows color (decimal): -9141163 or 5604468. OLE color: 5604468.
HSL color Cylindrical-coordinate representation of color #748455: hue angle of 80.43º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #748455 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 85 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.48 |
| HSL | 80.43º | 0.22% | 0.43% | - |
| HSV(B) | 80.43º | 0.36% | 0.52% | - |
| XYZ | 17.09 | 20.87 | 11.72 | - |
| YUV | 121.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 85 | 0.12 | 0 | 0.36 | 0.48 | 80.43 | 0.22 | 0.43 |
| Hex | 74 | 84 | 55 | C | 0 | 24 | 30 | 50 | 16 | 2B |
| Octal | 164 | 204 | 125 | 14 | 0 | 44 | 60 | 120 | 26 | 53 |
| Binary | 1110100 | 10000100 | 1010101 | 1100 | 0 | 100100 | 110000 | 1010000 | 10110 | 101011 |
Color Harmonies of #748455
Complementary color
Monochromatic Colors of #748455
Black with #748455
Text Example
Text Example
White with #748455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748455; }
p { color: rgb(116,132,85); }
H1.HeaderClassName
{
color: #748455;
}
.AnyTagClassName
{
color: #748455;
}
</style>
background-color css
<style>
a { background-color: #748455; }
a { background-color: rgb(116,132,85); }
div.DivClassName
{
background-color: #748455;
}
.BgClassName
{
background-color: #748455;
}
</style>
border-color css
<style>
span { border-color: #748455; }
span { border-color: rgb(116,132,85); }
td.TdClassName
{
border-color: #748455;
}
.TagClassName
{
border-color: #748455;
}
</style>