Shades of Dove Grey #7A786D
Tints of Dove Grey #7A786D
RGB
CMYK
RGB Variations
Color information
#7A786D (or 0x7A786D) is known color: Dove Grey. HEX triplet: 7A, 78 and 6D. RGB value is (122,120,109). Sum of RGB (Red+Green+Blue) = 122+120+109=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 122 - color contains mainly: red. Hex color #7A786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A786D is #858792. Grayscale: #777777. Windows color (decimal): -8750995 or 7174266. OLE color: 7174266.
HSL color Cylindrical-coordinate representation of color #7A786D: hue angle of 50.77º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7A786D is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 109 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.52 |
| HSL | 50.77º | 0.06% | 0.45% | - |
| HSV(B) | 50.77º | 0.11% | 0.48% | - |
| XYZ | 17.5 | 18.67 | 17.15 | - |
| YUV | 119.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 109 | 0 | 0.02 | 0.11 | 0.52 | 50.77 | 0.06 | 0.45 |
| Hex | 7A | 78 | 6D | 0 | 2 | B | 34 | 33 | 6 | 2D |
| Octal | 172 | 170 | 155 | 0 | 2 | 13 | 64 | 63 | 6 | 55 |
| Binary | 1111010 | 1111000 | 1101101 | 0 | 10 | 1011 | 110100 | 110011 | 110 | 101101 |
Color Harmonies of #7A786D
Complementary color
Monochromatic Colors of #7A786D
Black with #7A786D
Text Example
Text Example
White with #7A786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A786D; }
p { color: rgb(122,120,109); }
H1.HeaderClassName
{
color: #7A786D;
}
.AnyTagClassName
{
color: #7A786D;
}
</style>
background-color css
<style>
a { background-color: #7A786D; }
a { background-color: rgb(122,120,109); }
div.DivClassName
{
background-color: #7A786D;
}
.BgClassName
{
background-color: #7A786D;
}
</style>
border-color css
<style>
span { border-color: #7A786D; }
span { border-color: rgb(122,120,109); }
td.TdClassName
{
border-color: #7A786D;
}
.TagClassName
{
border-color: #7A786D;
}
</style>