Shades of Willow Grove #748359
Tints of Willow Grove #748359
RGB
CMYK
RGB Variations
Color information
#748359 (or 0x748359) is known color: Willow Grove. HEX triplet: 74, 83 and 59. RGB value is (116,131,89). Sum of RGB (Red+Green+Blue) = 116+131+89=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 131 - color contains mainly: green. Hex color #748359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748359 is #8B7CA6. Grayscale: #797979. Windows color (decimal): -9141415 or 5866356. OLE color: 5866356.
HSL color Cylindrical-coordinate representation of color #748359: hue angle of 81.43º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #748359 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 89 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.49 |
| HSL | 81.43º | 0.19% | 0.43% | - |
| HSV(B) | 81.43º | 0.32% | 0.51% | - |
| XYZ | 17.12 | 20.67 | 12.54 | - |
| YUV | 121.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 89 | 0.11 | 0 | 0.32 | 0.49 | 81.43 | 0.19 | 0.43 |
| Hex | 74 | 83 | 59 | B | 0 | 20 | 31 | 51 | 13 | 2B |
| Octal | 164 | 203 | 131 | 13 | 0 | 40 | 61 | 121 | 23 | 53 |
| Binary | 1110100 | 10000011 | 1011001 | 1011 | 0 | 100000 | 110001 | 1010001 | 10011 | 101011 |
Color Harmonies of #748359
Complementary color
Monochromatic Colors of #748359
Black with #748359
Text Example
Text Example
White with #748359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748359; }
p { color: rgb(116,131,89); }
H1.HeaderClassName
{
color: #748359;
}
.AnyTagClassName
{
color: #748359;
}
</style>
background-color css
<style>
a { background-color: #748359; }
a { background-color: rgb(116,131,89); }
div.DivClassName
{
background-color: #748359;
}
.BgClassName
{
background-color: #748359;
}
</style>
border-color css
<style>
span { border-color: #748359; }
span { border-color: rgb(116,131,89); }
td.TdClassName
{
border-color: #748359;
}
.TagClassName
{
border-color: #748359;
}
</style>