Shades of Willow Grove #6B775C
Tints of Willow Grove #6B775C
RGB
CMYK
RGB Variations
Color information
#6B775C (or 0x6B775C) is known color: Willow Grove. HEX triplet: 6B, 77 and 5C. RGB value is (107,119,92). Sum of RGB (Red+Green+Blue) = 107+119+92=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #6B775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B775C is #9488A3. Grayscale: #707070. Windows color (decimal): -9734308 or 6059883. OLE color: 6059883.
HSL color Cylindrical-coordinate representation of color #6B775C: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B775C is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 92 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.53 |
| HSL | 86.67º | 0.13% | 0.41% | - |
| HSV(B) | 86.67º | 0.23% | 0.47% | - |
| XYZ | 14.59 | 17.09 | 12.66 | - |
| YUV | 112.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 92 | 0.10 | 0 | 0.23 | 0.53 | 86.67 | 0.13 | 0.41 |
| Hex | 6B | 77 | 5C | A | 0 | 17 | 35 | 57 | D | 29 |
| Octal | 153 | 167 | 134 | 12 | 0 | 27 | 65 | 127 | 15 | 51 |
| Binary | 1101011 | 1110111 | 1011100 | 1010 | 0 | 10111 | 110101 | 1010111 | 1101 | 101001 |
Color Harmonies of #6B775C
Complementary color
Monochromatic Colors of #6B775C
Black with #6B775C
Text Example
Text Example
White with #6B775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B775C; }
p { color: rgb(107,119,92); }
H1.HeaderClassName
{
color: #6B775C;
}
.AnyTagClassName
{
color: #6B775C;
}
</style>
background-color css
<style>
a { background-color: #6B775C; }
a { background-color: rgb(107,119,92); }
div.DivClassName
{
background-color: #6B775C;
}
.BgClassName
{
background-color: #6B775C;
}
</style>
border-color css
<style>
span { border-color: #6B775C; }
span { border-color: rgb(107,119,92); }
td.TdClassName
{
border-color: #6B775C;
}
.TagClassName
{
border-color: #6B775C;
}
</style>