Shades of Dove Grey #7A7868
Tints of Dove Grey #7A7868
RGB
CMYK
RGB Variations
Color information
#7A7868 (or 0x7A7868) is known color: Dove Grey. HEX triplet: 7A, 78 and 68. RGB value is (122,120,104). Sum of RGB (Red+Green+Blue) = 122+120+104=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7868 is #858797. Grayscale: #767676. Windows color (decimal): -8751000 or 6846586. OLE color: 6846586.
HSL color Cylindrical-coordinate representation of color #7A7868: hue angle of 53.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A7868 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 104 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.52 |
| HSL | 53.33º | 0.08% | 0.44% | - |
| HSV(B) | 53.33º | 0.15% | 0.48% | - |
| XYZ | 17.24 | 18.57 | 15.77 | - |
| YUV | 118.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 104 | 0 | 0.02 | 0.15 | 0.52 | 53.33 | 0.08 | 0.44 |
| Hex | 7A | 78 | 68 | 0 | 2 | F | 34 | 35 | 8 | 2C |
| Octal | 172 | 170 | 150 | 0 | 2 | 17 | 64 | 65 | 10 | 54 |
| Binary | 1111010 | 1111000 | 1101000 | 0 | 10 | 1111 | 110100 | 110101 | 1000 | 101100 |
Color Harmonies of #7A7868
Complementary color
Monochromatic Colors of #7A7868
Black with #7A7868
Text Example
Text Example
White with #7A7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7868; }
p { color: rgb(122,120,104); }
H1.HeaderClassName
{
color: #7A7868;
}
.AnyTagClassName
{
color: #7A7868;
}
</style>
background-color css
<style>
a { background-color: #7A7868; }
a { background-color: rgb(122,120,104); }
div.DivClassName
{
background-color: #7A7868;
}
.BgClassName
{
background-color: #7A7868;
}
</style>
border-color css
<style>
span { border-color: #7A7868; }
span { border-color: rgb(122,120,104); }
td.TdClassName
{
border-color: #7A7868;
}
.TagClassName
{
border-color: #7A7868;
}
</style>