Shades of Dove Grey #7A7771
Tints of Dove Grey #7A7771
RGB
CMYK
RGB Variations
Color information
#7A7771 (or 0x7A7771) is known color: Dove Grey. HEX triplet: 7A, 77 and 71. RGB value is (122,119,113). Sum of RGB (Red+Green+Blue) = 122+119+113=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7771 is #85888E. Grayscale: #777777. Windows color (decimal): -8751247 or 7436154. OLE color: 7436154.
HSL color Cylindrical-coordinate representation of color #7A7771: hue angle of 40º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A7771 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 119 | 113 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.52 |
| HSL | 40º | 0.04% | 0.46% | - |
| HSV(B) | 40º | 0.07% | 0.48% | - |
| XYZ | 17.6 | 18.52 | 18.27 | - |
| YUV | 119.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 113 | 0 | 0.02 | 0.07 | 0.52 | 40 | 0.04 | 0.46 |
| Hex | 7A | 77 | 71 | 0 | 2 | 7 | 34 | 28 | 4 | 2E |
| Octal | 172 | 167 | 161 | 0 | 2 | 7 | 64 | 50 | 4 | 56 |
| Binary | 1111010 | 1110111 | 1110001 | 0 | 10 | 111 | 110100 | 101000 | 100 | 101110 |
Color Harmonies of #7A7771
Complementary color
Monochromatic Colors of #7A7771
Black with #7A7771
Text Example
Text Example
White with #7A7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7771; }
p { color: rgb(122,119,113); }
H1.HeaderClassName
{
color: #7A7771;
}
.AnyTagClassName
{
color: #7A7771;
}
</style>
background-color css
<style>
a { background-color: #7A7771; }
a { background-color: rgb(122,119,113); }
div.DivClassName
{
background-color: #7A7771;
}
.BgClassName
{
background-color: #7A7771;
}
</style>
border-color css
<style>
span { border-color: #7A7771; }
span { border-color: rgb(122,119,113); }
td.TdClassName
{
border-color: #7A7771;
}
.TagClassName
{
border-color: #7A7771;
}
</style>