Shades of Willow Grove #6B7752
Tints of Willow Grove #6B7752
RGB
CMYK
RGB Variations
Color information
#6B7752 (or 0x6B7752) is known color: Willow Grove. HEX triplet: 6B, 77 and 52. RGB value is (107,119,82). Sum of RGB (Red+Green+Blue) = 107+119+82=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7752 is #9488AD. Grayscale: #6F6F6F. Windows color (decimal): -9734318 or 5404523. OLE color: 5404523.
HSL color Cylindrical-coordinate representation of color #6B7752: hue angle of 79.46º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B7752 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 82 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.53 |
| HSL | 79.46º | 0.18% | 0.39% | - |
| HSV(B) | 79.46º | 0.31% | 0.47% | - |
| XYZ | 14.18 | 16.93 | 10.5 | - |
| YUV | 111.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 82 | 0.10 | 0 | 0.31 | 0.53 | 79.46 | 0.18 | 0.39 |
| Hex | 6B | 77 | 52 | A | 0 | 1F | 35 | 4F | 12 | 27 |
| Octal | 153 | 167 | 122 | 12 | 0 | 37 | 65 | 117 | 22 | 47 |
| Binary | 1101011 | 1110111 | 1010010 | 1010 | 0 | 11111 | 110101 | 1001111 | 10010 | 100111 |
Color Harmonies of #6B7752
Complementary color
Monochromatic Colors of #6B7752
Black with #6B7752
Text Example
Text Example
White with #6B7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7752; }
p { color: rgb(107,119,82); }
H1.HeaderClassName
{
color: #6B7752;
}
.AnyTagClassName
{
color: #6B7752;
}
</style>
background-color css
<style>
a { background-color: #6B7752; }
a { background-color: rgb(107,119,82); }
div.DivClassName
{
background-color: #6B7752;
}
.BgClassName
{
background-color: #6B7752;
}
</style>
border-color css
<style>
span { border-color: #6B7752; }
span { border-color: rgb(107,119,82); }
td.TdClassName
{
border-color: #6B7752;
}
.TagClassName
{
border-color: #6B7752;
}
</style>