Shades of Willow Grove #6F7767
Tints of Willow Grove #6F7767
RGB
CMYK
RGB Variations
Color information
#6F7767 (or 0x6F7767) is known color: Willow Grove. HEX triplet: 6F, 77 and 67. RGB value is (111,119,103). Sum of RGB (Red+Green+Blue) = 111+119+103=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7767 is #908898. Grayscale: #727272. Windows color (decimal): -9472153 or 6780783. OLE color: 6780783.
HSL color Cylindrical-coordinate representation of color #6F7767: hue angle of 90º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F7767 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 103 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.53 |
| HSL | 90º | 0.07% | 0.44% | - |
| HSV(B) | 90º | 0.13% | 0.47% | - |
| XYZ | 15.6 | 17.55 | 15.4 | - |
| YUV | 114.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 103 | 0.07 | 0 | 0.13 | 0.53 | 90 | 0.07 | 0.44 |
| Hex | 6F | 77 | 67 | 7 | 0 | D | 35 | 5A | 7 | 2C |
| Octal | 157 | 167 | 147 | 7 | 0 | 15 | 65 | 132 | 7 | 54 |
| Binary | 1101111 | 1110111 | 1100111 | 111 | 0 | 1101 | 110101 | 1011010 | 111 | 101100 |
Color Harmonies of #6F7767
Complementary color
Monochromatic Colors of #6F7767
Black with #6F7767
Text Example
Text Example
White with #6F7767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7767; }
p { color: rgb(111,119,103); }
H1.HeaderClassName
{
color: #6F7767;
}
.AnyTagClassName
{
color: #6F7767;
}
</style>
background-color css
<style>
a { background-color: #6F7767; }
a { background-color: rgb(111,119,103); }
div.DivClassName
{
background-color: #6F7767;
}
.BgClassName
{
background-color: #6F7767;
}
</style>
border-color css
<style>
span { border-color: #6F7767; }
span { border-color: rgb(111,119,103); }
td.TdClassName
{
border-color: #6F7767;
}
.TagClassName
{
border-color: #6F7767;
}
</style>