Shades of Willow Grove #748357
Tints of Willow Grove #748357
RGB
CMYK
RGB Variations
Color information
#748357 (or 0x748357) is known color: Willow Grove. HEX triplet: 74, 83 and 57. RGB value is (116,131,87). Sum of RGB (Red+Green+Blue) = 116+131+87=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 131 - color contains mainly: green. Hex color #748357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748357 is #8B7CA8. Grayscale: #797979. Windows color (decimal): -9141417 or 5735284. OLE color: 5735284.
HSL color Cylindrical-coordinate representation of color #748357: hue angle of 80.45º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #748357 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 87 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.49 |
| HSL | 80.45º | 0.2% | 0.43% | - |
| HSV(B) | 80.45º | 0.34% | 0.51% | - |
| XYZ | 17.04 | 20.63 | 12.1 | - |
| YUV | 121.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 87 | 0.11 | 0 | 0.34 | 0.49 | 80.45 | 0.2 | 0.43 |
| Hex | 74 | 83 | 57 | B | 0 | 22 | 31 | 50 | 14 | 2B |
| Octal | 164 | 203 | 127 | 13 | 0 | 42 | 61 | 120 | 24 | 53 |
| Binary | 1110100 | 10000011 | 1010111 | 1011 | 0 | 100010 | 110001 | 1010000 | 10100 | 101011 |
Color Harmonies of #748357
Complementary color
Monochromatic Colors of #748357
Black with #748357
Text Example
Text Example
White with #748357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748357; }
p { color: rgb(116,131,87); }
H1.HeaderClassName
{
color: #748357;
}
.AnyTagClassName
{
color: #748357;
}
</style>
background-color css
<style>
a { background-color: #748357; }
a { background-color: rgb(116,131,87); }
div.DivClassName
{
background-color: #748357;
}
.BgClassName
{
background-color: #748357;
}
</style>
border-color css
<style>
span { border-color: #748357; }
span { border-color: rgb(116,131,87); }
td.TdClassName
{
border-color: #748357;
}
.TagClassName
{
border-color: #748357;
}
</style>