Shades of Willow Grove #717B5B
Tints of Willow Grove #717B5B
RGB
CMYK
RGB Variations
Color information
#717B5B (or 0x717B5B) is known color: Willow Grove. HEX triplet: 71, 7B and 5B. RGB value is (113,123,91). Sum of RGB (Red+Green+Blue) = 113+123+91=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 123 - color contains mainly: green. Hex color #717B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B5B is #8E84A4. Grayscale: #747474. Windows color (decimal): -9340069 or 5995377. OLE color: 5995377.
HSL color Cylindrical-coordinate representation of color #717B5B: hue angle of 78.75º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717B5B is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
RGB | 113 | 123 | 91 | - |
CMYK | 0.08 | 0 | 0.26 | 0.52 |
HSL | 78.75º | 0.15% | 0.42% | - |
HSV(B) | 78.75º | 0.26% | 0.48% | - |
XYZ | 15.78 | 18.43 | 12.62 | - |
YUV | 116.36 | 113.69 | 125.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 123 | 91 | 0.08 | 0 | 0.26 | 0.52 | 78.75 | 0.15 | 0.42 |
Hex | 71 | 7B | 5B | 8 | 0 | 1A | 34 | 4F | F | 2A |
Octal | 161 | 173 | 133 | 10 | 0 | 32 | 64 | 117 | 17 | 52 |
Binary | 1110001 | 1111011 | 1011011 | 1000 | 0 | 11010 | 110100 | 1001111 | 1111 | 101010 |
Color Harmonies of #717B5B
Complementary color
Monochromatic Colors of #717B5B
Black with #717B5B
Text Example
Text Example
White with #717B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B5B; }
p { color: rgb(113,123,91); }
H1.HeaderClassName
{
color: #717B5B;
}
.AnyTagClassName
{
color: #717B5B;
}
</style>
background-color css
<style>
a { background-color: #717B5B; }
a { background-color: rgb(113,123,91); }
div.DivClassName
{
background-color: #717B5B;
}
.BgClassName
{
background-color: #717B5B;
}
</style>
border-color css
<style>
span { border-color: #717B5B; }
span { border-color: rgb(113,123,91); }
td.TdClassName
{
border-color: #717B5B;
}
.TagClassName
{
border-color: #717B5B;
}
</style>