Shades of Davy's Grey #6C776C
Tints of Davy's Grey #6C776C
RGB
CMYK
RGB Variations
Color information
#6C776C (or 0x6C776C) is known color: Davy's Grey. HEX triplet: 6C, 77 and 6C. RGB value is (108,119,108). Sum of RGB (Red+Green+Blue) = 108+119+108=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #6C776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C776C is #938893. Grayscale: #727272. Windows color (decimal): -9668756 or 7108460. OLE color: 7108460.
HSL color Cylindrical-coordinate representation of color #6C776C: hue angle of 120º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6C776C is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 119 | 108 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.53 |
| HSL | 120º | 0.05% | 0.45% | - |
| HSV(B) | 120º | 0.09% | 0.47% | - |
| XYZ | 15.49 | 17.46 | 16.74 | - |
| YUV | 114.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 119 | 108 | 0.09 | 0 | 0.09 | 0.53 | 120 | 0.05 | 0.45 |
| Hex | 6C | 77 | 6C | 9 | 0 | 9 | 35 | 78 | 5 | 2D |
| Octal | 154 | 167 | 154 | 11 | 0 | 11 | 65 | 170 | 5 | 55 |
| Binary | 1101100 | 1110111 | 1101100 | 1001 | 0 | 1001 | 110101 | 1111000 | 101 | 101101 |
Color Harmonies of #6C776C
Complementary color
Monochromatic Colors of #6C776C
Black with #6C776C
Text Example
Text Example
White with #6C776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C776C; }
p { color: rgb(108,119,108); }
H1.HeaderClassName
{
color: #6C776C;
}
.AnyTagClassName
{
color: #6C776C;
}
</style>
background-color css
<style>
a { background-color: #6C776C; }
a { background-color: rgb(108,119,108); }
div.DivClassName
{
background-color: #6C776C;
}
.BgClassName
{
background-color: #6C776C;
}
</style>
border-color css
<style>
span { border-color: #6C776C; }
span { border-color: rgb(108,119,108); }
td.TdClassName
{
border-color: #6C776C;
}
.TagClassName
{
border-color: #6C776C;
}
</style>