Shades of Dove Grey #7E7D77
Tints of Dove Grey #7E7D77
RGB
CMYK
RGB Variations
Color information
#7E7D77 (or 0x7E7D77) is known color: Dove Grey. HEX triplet: 7E, 7D and 77. RGB value is (126,125,119). Sum of RGB (Red+Green+Blue) = 126+125+119=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7D77 is #818288. Grayscale: #7C7C7C. Windows color (decimal): -8487561 or 7830910. OLE color: 7830910.
HSL color Cylindrical-coordinate representation of color #7E7D77: hue angle of 51.43º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7E7D77 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 125 | 119 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.51 |
| HSL | 51.43º | 0.03% | 0.48% | - |
| HSV(B) | 51.43º | 0.06% | 0.49% | - |
| XYZ | 19.27 | 20.43 | 20.38 | - |
| YUV | 124.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 125 | 119 | 0 | 0.01 | 0.06 | 0.51 | 51.43 | 0.03 | 0.48 |
| Hex | 7E | 7D | 77 | 0 | 1 | 6 | 33 | 33 | 3 | 30 |
| Octal | 176 | 175 | 167 | 0 | 1 | 6 | 63 | 63 | 3 | 60 |
| Binary | 1111110 | 1111101 | 1110111 | 0 | 1 | 110 | 110011 | 110011 | 11 | 110000 |
Color Harmonies of #7E7D77
Complementary color
Monochromatic Colors of #7E7D77
Black with #7E7D77
Text Example
Text Example
White with #7E7D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7D77; }
p { color: rgb(126,125,119); }
H1.HeaderClassName
{
color: #7E7D77;
}
.AnyTagClassName
{
color: #7E7D77;
}
</style>
background-color css
<style>
a { background-color: #7E7D77; }
a { background-color: rgb(126,125,119); }
div.DivClassName
{
background-color: #7E7D77;
}
.BgClassName
{
background-color: #7E7D77;
}
</style>
border-color css
<style>
span { border-color: #7E7D77; }
span { border-color: rgb(126,125,119); }
td.TdClassName
{
border-color: #7E7D77;
}
.TagClassName
{
border-color: #7E7D77;
}
</style>