Shades of Dove Grey #7D7A69
Tints of Dove Grey #7D7A69
RGB
CMYK
RGB Variations
Color information
#7D7A69 (or 0x7D7A69) is known color: Dove Grey. HEX triplet: 7D, 7A and 69. RGB value is (125,122,105). Sum of RGB (Red+Green+Blue) = 125+122+105=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7A69 is #828596. Grayscale: #797979. Windows color (decimal): -8553879 or 6912637. OLE color: 6912637.
HSL color Cylindrical-coordinate representation of color #7D7A69: hue angle of 51º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D7A69 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 122 | 105 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.51 |
| HSL | 51º | 0.09% | 0.45% | - |
| HSV(B) | 51º | 0.16% | 0.49% | - |
| XYZ | 17.97 | 19.3 | 16.14 | - |
| YUV | 120.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 122 | 105 | 0 | 0.02 | 0.16 | 0.51 | 51 | 0.09 | 0.45 |
| Hex | 7D | 7A | 69 | 0 | 2 | 10 | 33 | 33 | 9 | 2D |
| Octal | 175 | 172 | 151 | 0 | 2 | 20 | 63 | 63 | 11 | 55 |
| Binary | 1111101 | 1111010 | 1101001 | 0 | 10 | 10000 | 110011 | 110011 | 1001 | 101101 |
Color Harmonies of #7D7A69
Complementary color
Monochromatic Colors of #7D7A69
Black with #7D7A69
Text Example
Text Example
White with #7D7A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7A69; }
p { color: rgb(125,122,105); }
H1.HeaderClassName
{
color: #7D7A69;
}
.AnyTagClassName
{
color: #7D7A69;
}
</style>
background-color css
<style>
a { background-color: #7D7A69; }
a { background-color: rgb(125,122,105); }
div.DivClassName
{
background-color: #7D7A69;
}
.BgClassName
{
background-color: #7D7A69;
}
</style>
border-color css
<style>
span { border-color: #7D7A69; }
span { border-color: rgb(125,122,105); }
td.TdClassName
{
border-color: #7D7A69;
}
.TagClassName
{
border-color: #7D7A69;
}
</style>