Shades of Dove Grey #7A786F
Tints of Dove Grey #7A786F
RGB
CMYK
RGB Variations
Color information
#7A786F (or 0x7A786F) is known color: Dove Grey. HEX triplet: 7A, 78 and 6F. RGB value is (122,120,111). Sum of RGB (Red+Green+Blue) = 122+120+111=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 122 - color contains mainly: red. Hex color #7A786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A786F is #858790. Grayscale: #777777. Windows color (decimal): -8750993 or 7305338. OLE color: 7305338.
HSL color Cylindrical-coordinate representation of color #7A786F: hue angle of 49.09º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A786F is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 111 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.52 |
| HSL | 49.09º | 0.05% | 0.46% | - |
| HSV(B) | 49.09º | 0.09% | 0.48% | - |
| XYZ | 17.61 | 18.72 | 17.72 | - |
| YUV | 119.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 111 | 0 | 0.02 | 0.09 | 0.52 | 49.09 | 0.05 | 0.46 |
| Hex | 7A | 78 | 6F | 0 | 2 | 9 | 34 | 31 | 5 | 2E |
| Octal | 172 | 170 | 157 | 0 | 2 | 11 | 64 | 61 | 5 | 56 |
| Binary | 1111010 | 1111000 | 1101111 | 0 | 10 | 1001 | 110100 | 110001 | 101 | 101110 |
Color Harmonies of #7A786F
Complementary color
Monochromatic Colors of #7A786F
Black with #7A786F
Text Example
Text Example
White with #7A786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A786F; }
p { color: rgb(122,120,111); }
H1.HeaderClassName
{
color: #7A786F;
}
.AnyTagClassName
{
color: #7A786F;
}
</style>
background-color css
<style>
a { background-color: #7A786F; }
a { background-color: rgb(122,120,111); }
div.DivClassName
{
background-color: #7A786F;
}
.BgClassName
{
background-color: #7A786F;
}
</style>
border-color css
<style>
span { border-color: #7A786F; }
span { border-color: rgb(122,120,111); }
td.TdClassName
{
border-color: #7A786F;
}
.TagClassName
{
border-color: #7A786F;
}
</style>