Shades of Dove Grey #7A7769
Tints of Dove Grey #7A7769
RGB
CMYK
RGB Variations
Color information
#7A7769 (or 0x7A7769) is known color: Dove Grey. HEX triplet: 7A, 77 and 69. RGB value is (122,119,105). Sum of RGB (Red+Green+Blue) = 122+119+105=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7769 is #858896. Grayscale: #767676. Windows color (decimal): -8751255 or 6911866. OLE color: 6911866.
HSL color Cylindrical-coordinate representation of color #7A7769: hue angle of 49.41º 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 #7A7769 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 119 | 105 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.52 |
| HSL | 49.41º | 0.07% | 0.45% | - |
| HSV(B) | 49.41º | 0.14% | 0.48% | - |
| XYZ | 17.17 | 18.35 | 16 | - |
| YUV | 118.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 105 | 0 | 0.02 | 0.14 | 0.52 | 49.41 | 0.07 | 0.45 |
| Hex | 7A | 77 | 69 | 0 | 2 | E | 34 | 31 | 7 | 2D |
| Octal | 172 | 167 | 151 | 0 | 2 | 16 | 64 | 61 | 7 | 55 |
| Binary | 1111010 | 1110111 | 1101001 | 0 | 10 | 1110 | 110100 | 110001 | 111 | 101101 |
Color Harmonies of #7A7769
Complementary color
Monochromatic Colors of #7A7769
Black with #7A7769
Text Example
Text Example
White with #7A7769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7769; }
p { color: rgb(122,119,105); }
H1.HeaderClassName
{
color: #7A7769;
}
.AnyTagClassName
{
color: #7A7769;
}
</style>
background-color css
<style>
a { background-color: #7A7769; }
a { background-color: rgb(122,119,105); }
div.DivClassName
{
background-color: #7A7769;
}
.BgClassName
{
background-color: #7A7769;
}
</style>
border-color css
<style>
span { border-color: #7A7769; }
span { border-color: rgb(122,119,105); }
td.TdClassName
{
border-color: #7A7769;
}
.TagClassName
{
border-color: #7A7769;
}
</style>