Shades of Willow Grove #6F7764
Tints of Willow Grove #6F7764
RGB
CMYK
RGB Variations
Color information
#6F7764 (or 0x6F7764) is known color: Willow Grove. HEX triplet: 6F, 77 and 64. RGB value is (111,119,100). Sum of RGB (Red+Green+Blue) = 111+119+100=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7764 is #90889B. Grayscale: #727272. Windows color (decimal): -9472156 or 6584175. OLE color: 6584175.
HSL color Cylindrical-coordinate representation of color #6F7764: hue angle of 85.26º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F7764 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 100 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.53 |
| HSL | 85.26º | 0.09% | 0.43% | - |
| HSV(B) | 85.26º | 0.16% | 0.47% | - |
| XYZ | 15.45 | 17.49 | 14.62 | - |
| YUV | 114.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 100 | 0.07 | 0 | 0.16 | 0.53 | 85.26 | 0.09 | 0.43 |
| Hex | 6F | 77 | 64 | 7 | 0 | 10 | 35 | 55 | 9 | 2B |
| Octal | 157 | 167 | 144 | 7 | 0 | 20 | 65 | 125 | 11 | 53 |
| Binary | 1101111 | 1110111 | 1100100 | 111 | 0 | 10000 | 110101 | 1010101 | 1001 | 101011 |
Color Harmonies of #6F7764
Complementary color
Monochromatic Colors of #6F7764
Black with #6F7764
Text Example
Text Example
White with #6F7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7764; }
p { color: rgb(111,119,100); }
H1.HeaderClassName
{
color: #6F7764;
}
.AnyTagClassName
{
color: #6F7764;
}
</style>
background-color css
<style>
a { background-color: #6F7764; }
a { background-color: rgb(111,119,100); }
div.DivClassName
{
background-color: #6F7764;
}
.BgClassName
{
background-color: #6F7764;
}
</style>
border-color css
<style>
span { border-color: #6F7764; }
span { border-color: rgb(111,119,100); }
td.TdClassName
{
border-color: #6F7764;
}
.TagClassName
{
border-color: #6F7764;
}
</style>