Shades of Davy's Grey #6D7F6C
Tints of Davy's Grey #6D7F6C
RGB
CMYK
RGB Variations
Color information
#6D7F6C (or 0x6D7F6C) is known color: Davy's Grey. HEX triplet: 6D, 7F and 6C. RGB value is (109,127,108). Sum of RGB (Red+Green+Blue) = 109+127+108=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 127 - color contains mainly: green. Hex color #6D7F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7F6C is #928093. Grayscale: #777777. Windows color (decimal): -9601172 or 7110509. OLE color: 7110509.
HSL color Cylindrical-coordinate representation of color #6D7F6C: hue angle of 116.84º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D7F6C is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 109 | 127 | 108 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.50 |
| HSL | 116.84º | 0.08% | 0.46% | - |
| HSV(B) | 116.84º | 0.15% | 0.5% | - |
| XYZ | 16.6 | 19.51 | 17.08 | - |
| YUV | 119.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 127 | 108 | 0.14 | 0 | 0.15 | 0.50 | 116.84 | 0.08 | 0.46 |
| Hex | 6D | 7F | 6C | E | 0 | F | 32 | 75 | 8 | 2E |
| Octal | 155 | 177 | 154 | 16 | 0 | 17 | 62 | 165 | 10 | 56 |
| Binary | 1101101 | 1111111 | 1101100 | 1110 | 0 | 1111 | 110010 | 1110101 | 1000 | 101110 |
Color Harmonies of #6D7F6C
Complementary color
Monochromatic Colors of #6D7F6C
Black with #6D7F6C
Text Example
Text Example
White with #6D7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7F6C; }
p { color: rgb(109,127,108); }
H1.HeaderClassName
{
color: #6D7F6C;
}
.AnyTagClassName
{
color: #6D7F6C;
}
</style>
background-color css
<style>
a { background-color: #6D7F6C; }
a { background-color: rgb(109,127,108); }
div.DivClassName
{
background-color: #6D7F6C;
}
.BgClassName
{
background-color: #6D7F6C;
}
</style>
border-color css
<style>
span { border-color: #6D7F6C; }
span { border-color: rgb(109,127,108); }
td.TdClassName
{
border-color: #6D7F6C;
}
.TagClassName
{
border-color: #6D7F6C;
}
</style>