Shades of Willow Grove #748358
Tints of Willow Grove #748358
RGB
CMYK
RGB Variations
Color information
#748358 (or 0x748358) is known color: Willow Grove. HEX triplet: 74, 83 and 58. RGB value is (116,131,88). Sum of RGB (Red+Green+Blue) = 116+131+88=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #748358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748358 is #8B7CA7. Grayscale: #797979. Windows color (decimal): -9141416 or 5800820. OLE color: 5800820.
HSL color Cylindrical-coordinate representation of color #748358: hue angle of 80.93º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #748358 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 88 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.49 |
| HSL | 80.93º | 0.2% | 0.43% | - |
| HSV(B) | 80.93º | 0.33% | 0.51% | - |
| XYZ | 17.08 | 20.65 | 12.32 | - |
| YUV | 121.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 88 | 0.11 | 0 | 0.33 | 0.49 | 80.93 | 0.2 | 0.43 |
| Hex | 74 | 83 | 58 | B | 0 | 21 | 31 | 51 | 14 | 2B |
| Octal | 164 | 203 | 130 | 13 | 0 | 41 | 61 | 121 | 24 | 53 |
| Binary | 1110100 | 10000011 | 1011000 | 1011 | 0 | 100001 | 110001 | 1010001 | 10100 | 101011 |
Color Harmonies of #748358
Complementary color
Monochromatic Colors of #748358
Black with #748358
Text Example
Text Example
White with #748358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748358; }
p { color: rgb(116,131,88); }
H1.HeaderClassName
{
color: #748358;
}
.AnyTagClassName
{
color: #748358;
}
</style>
background-color css
<style>
a { background-color: #748358; }
a { background-color: rgb(116,131,88); }
div.DivClassName
{
background-color: #748358;
}
.BgClassName
{
background-color: #748358;
}
</style>
border-color css
<style>
span { border-color: #748358; }
span { border-color: rgb(116,131,88); }
td.TdClassName
{
border-color: #748358;
}
.TagClassName
{
border-color: #748358;
}
</style>