Shades of Davy's Grey #6F796F
Tints of Davy's Grey #6F796F
RGB
CMYK
RGB Variations
Color information
#6F796F (or 0x6F796F) is known color: Davy's Grey. HEX triplet: 6F, 79 and 6F. RGB value is (111,121,111). Sum of RGB (Red+Green+Blue) = 111+121+111=343 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.36% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 121 - color contains mainly: green. Hex color #6F796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F796F is #908690. Grayscale: #747474. Windows color (decimal): -9471633 or 7305583. OLE color: 7305583.
HSL color Cylindrical-coordinate representation of color #6F796F: 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 #6F796F is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 121 | 111 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.53 |
| HSL | 120º | 0.04% | 0.45% | - |
| HSV(B) | 120º | 0.08% | 0.47% | - |
| XYZ | 16.26 | 18.2 | 17.7 | - |
| YUV | 116.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 111 | 0.08 | 0 | 0.08 | 0.53 | 120 | 0.04 | 0.45 |
| Hex | 6F | 79 | 6F | 8 | 0 | 8 | 35 | 78 | 4 | 2D |
| Octal | 157 | 171 | 157 | 10 | 0 | 10 | 65 | 170 | 4 | 55 |
| Binary | 1101111 | 1111001 | 1101111 | 1000 | 0 | 1000 | 110101 | 1111000 | 100 | 101101 |
Color Harmonies of #6F796F
Complementary color
Monochromatic Colors of #6F796F
Black with #6F796F
Text Example
Text Example
White with #6F796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F796F; }
p { color: rgb(111,121,111); }
H1.HeaderClassName
{
color: #6F796F;
}
.AnyTagClassName
{
color: #6F796F;
}
</style>
background-color css
<style>
a { background-color: #6F796F; }
a { background-color: rgb(111,121,111); }
div.DivClassName
{
background-color: #6F796F;
}
.BgClassName
{
background-color: #6F796F;
}
</style>
border-color css
<style>
span { border-color: #6F796F; }
span { border-color: rgb(111,121,111); }
td.TdClassName
{
border-color: #6F796F;
}
.TagClassName
{
border-color: #6F796F;
}
</style>