Shades of Davy's Grey #6D776D
Tints of Davy's Grey #6D776D
RGB
CMYK
RGB Variations
Color information
#6D776D (or 0x6D776D) is known color: Davy's Grey. HEX triplet: 6D, 77 and 6D. RGB value is (109,119,109). Sum of RGB (Red+Green+Blue) = 109+119+109=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 119 - color contains mainly: green. Hex color #6D776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D776D is #928892. Grayscale: #727272. Windows color (decimal): -9603219 or 7173997. OLE color: 7173997.
HSL color Cylindrical-coordinate representation of color #6D776D: hue angle of 120º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D776D is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 119 | 109 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.53 |
| HSL | 120º | 0.04% | 0.45% | - |
| HSV(B) | 120º | 0.08% | 0.47% | - |
| XYZ | 15.66 | 17.55 | 17.03 | - |
| YUV | 114.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 109 | 0.08 | 0 | 0.08 | 0.53 | 120 | 0.04 | 0.45 |
| Hex | 6D | 77 | 6D | 8 | 0 | 8 | 35 | 78 | 4 | 2D |
| Octal | 155 | 167 | 155 | 10 | 0 | 10 | 65 | 170 | 4 | 55 |
| Binary | 1101101 | 1110111 | 1101101 | 1000 | 0 | 1000 | 110101 | 1111000 | 100 | 101101 |
Color Harmonies of #6D776D
Complementary color
Monochromatic Colors of #6D776D
Black with #6D776D
Text Example
Text Example
White with #6D776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D776D; }
p { color: rgb(109,119,109); }
H1.HeaderClassName
{
color: #6D776D;
}
.AnyTagClassName
{
color: #6D776D;
}
</style>
background-color css
<style>
a { background-color: #6D776D; }
a { background-color: rgb(109,119,109); }
div.DivClassName
{
background-color: #6D776D;
}
.BgClassName
{
background-color: #6D776D;
}
</style>
border-color css
<style>
span { border-color: #6D776D; }
span { border-color: rgb(109,119,109); }
td.TdClassName
{
border-color: #6D776D;
}
.TagClassName
{
border-color: #6D776D;
}
</style>