Shades of Dove Grey #7A7669
Tints of Dove Grey #7A7669
RGB
CMYK
RGB Variations
Color information
#7A7669 (or 0x7A7669) is known color: Dove Grey. HEX triplet: 7A, 76 and 69. RGB value is (122,118,105). Sum of RGB (Red+Green+Blue) = 122+118+105=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7669 is #858996. Grayscale: #757575. Windows color (decimal): -8751511 or 6911610. OLE color: 6911610.
HSL color Cylindrical-coordinate representation of color #7A7669: hue angle of 45.88º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A7669 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 105 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.52 |
| HSL | 45.88º | 0.07% | 0.45% | - |
| HSV(B) | 45.88º | 0.14% | 0.48% | - |
| XYZ | 17.05 | 18.11 | 15.96 | - |
| YUV | 117.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 105 | 0 | 0.03 | 0.14 | 0.52 | 45.88 | 0.07 | 0.45 |
| Hex | 7A | 76 | 69 | 0 | 3 | E | 34 | 2E | 7 | 2D |
| Octal | 172 | 166 | 151 | 0 | 3 | 16 | 64 | 56 | 7 | 55 |
| Binary | 1111010 | 1110110 | 1101001 | 0 | 11 | 1110 | 110100 | 101110 | 111 | 101101 |
Color Harmonies of #7A7669
Complementary color
Monochromatic Colors of #7A7669
Black with #7A7669
Text Example
Text Example
White with #7A7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7669; }
p { color: rgb(122,118,105); }
H1.HeaderClassName
{
color: #7A7669;
}
.AnyTagClassName
{
color: #7A7669;
}
</style>
background-color css
<style>
a { background-color: #7A7669; }
a { background-color: rgb(122,118,105); }
div.DivClassName
{
background-color: #7A7669;
}
.BgClassName
{
background-color: #7A7669;
}
</style>
border-color css
<style>
span { border-color: #7A7669; }
span { border-color: rgb(122,118,105); }
td.TdClassName
{
border-color: #7A7669;
}
.TagClassName
{
border-color: #7A7669;
}
</style>