Shades of Willow Grove #6B775D
Tints of Willow Grove #6B775D
RGB
CMYK
RGB Variations
Color information
#6B775D (or 0x6B775D) is known color: Willow Grove. HEX triplet: 6B, 77 and 5D. RGB value is (107,119,93). Sum of RGB (Red+Green+Blue) = 107+119+93=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #6B775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B775D is #9488A2. Grayscale: #707070. Windows color (decimal): -9734307 or 6125419. OLE color: 6125419.
HSL color Cylindrical-coordinate representation of color #6B775D: hue angle of 87.69º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B775D is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 93 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.53 |
| HSL | 87.69º | 0.12% | 0.42% | - |
| HSV(B) | 87.69º | 0.22% | 0.47% | - |
| XYZ | 14.64 | 17.11 | 12.89 | - |
| YUV | 112.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 93 | 0.10 | 0 | 0.22 | 0.53 | 87.69 | 0.12 | 0.42 |
| Hex | 6B | 77 | 5D | A | 0 | 16 | 35 | 58 | C | 2A |
| Octal | 153 | 167 | 135 | 12 | 0 | 26 | 65 | 130 | 14 | 52 |
| Binary | 1101011 | 1110111 | 1011101 | 1010 | 0 | 10110 | 110101 | 1011000 | 1100 | 101010 |
Color Harmonies of #6B775D
Complementary color
Monochromatic Colors of #6B775D
Black with #6B775D
Text Example
Text Example
White with #6B775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B775D; }
p { color: rgb(107,119,93); }
H1.HeaderClassName
{
color: #6B775D;
}
.AnyTagClassName
{
color: #6B775D;
}
</style>
background-color css
<style>
a { background-color: #6B775D; }
a { background-color: rgb(107,119,93); }
div.DivClassName
{
background-color: #6B775D;
}
.BgClassName
{
background-color: #6B775D;
}
</style>
border-color css
<style>
span { border-color: #6B775D; }
span { border-color: rgb(107,119,93); }
td.TdClassName
{
border-color: #6B775D;
}
.TagClassName
{
border-color: #6B775D;
}
</style>