Shades of Davy's Grey #6D7C6C
Tints of Davy's Grey #6D7C6C
RGB
CMYK
RGB Variations
Color information
#6D7C6C (or 0x6D7C6C) is known color: Davy's Grey. HEX triplet: 6D, 7C and 6C. RGB value is (109,124,108). Sum of RGB (Red+Green+Blue) = 109+124+108=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 124 - color contains mainly: green. Hex color #6D7C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7C6C is #928393. Grayscale: #757575. Windows color (decimal): -9601940 or 7109741. OLE color: 7109741.
HSL color Cylindrical-coordinate representation of color #6D7C6C: hue angle of 116.25º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D7C6C is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 124 | 108 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.51 |
| HSL | 116.25º | 0.07% | 0.45% | - |
| HSV(B) | 116.25º | 0.13% | 0.49% | - |
| XYZ | 16.22 | 18.75 | 16.95 | - |
| YUV | 117.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 124 | 108 | 0.12 | 0 | 0.13 | 0.51 | 116.25 | 0.07 | 0.45 |
| Hex | 6D | 7C | 6C | C | 0 | D | 33 | 74 | 7 | 2D |
| Octal | 155 | 174 | 154 | 14 | 0 | 15 | 63 | 164 | 7 | 55 |
| Binary | 1101101 | 1111100 | 1101100 | 1100 | 0 | 1101 | 110011 | 1110100 | 111 | 101101 |
Color Harmonies of #6D7C6C
Complementary color
Monochromatic Colors of #6D7C6C
Black with #6D7C6C
Text Example
Text Example
White with #6D7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7C6C; }
p { color: rgb(109,124,108); }
H1.HeaderClassName
{
color: #6D7C6C;
}
.AnyTagClassName
{
color: #6D7C6C;
}
</style>
background-color css
<style>
a { background-color: #6D7C6C; }
a { background-color: rgb(109,124,108); }
div.DivClassName
{
background-color: #6D7C6C;
}
.BgClassName
{
background-color: #6D7C6C;
}
</style>
border-color css
<style>
span { border-color: #6D7C6C; }
span { border-color: rgb(109,124,108); }
td.TdClassName
{
border-color: #6D7C6C;
}
.TagClassName
{
border-color: #6D7C6C;
}
</style>