Shades of Dove Grey #7C7A71
Tints of Dove Grey #7C7A71
RGB
CMYK
RGB Variations
Color information
#7C7A71 (or 0x7C7A71) is known color: Dove Grey. HEX triplet: 7C, 7A and 71. RGB value is (124,122,113). Sum of RGB (Red+Green+Blue) = 124+122+113=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7A71 is #83858E. Grayscale: #797979. Windows color (decimal): -8619407 or 7436924. OLE color: 7436924.
HSL color Cylindrical-coordinate representation of color #7C7A71: hue angle of 49.09º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C7A71 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 122 | 113 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.51 |
| HSL | 49.09º | 0.05% | 0.46% | - |
| HSV(B) | 49.09º | 0.09% | 0.49% | - |
| XYZ | 18.25 | 19.4 | 18.4 | - |
| YUV | 121.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 113 | 0 | 0.02 | 0.09 | 0.51 | 49.09 | 0.05 | 0.46 |
| Hex | 7C | 7A | 71 | 0 | 2 | 9 | 33 | 31 | 5 | 2E |
| Octal | 174 | 172 | 161 | 0 | 2 | 11 | 63 | 61 | 5 | 56 |
| Binary | 1111100 | 1111010 | 1110001 | 0 | 10 | 1001 | 110011 | 110001 | 101 | 101110 |
Color Harmonies of #7C7A71
Complementary color
Monochromatic Colors of #7C7A71
Black with #7C7A71
Text Example
Text Example
White with #7C7A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7A71; }
p { color: rgb(124,122,113); }
H1.HeaderClassName
{
color: #7C7A71;
}
.AnyTagClassName
{
color: #7C7A71;
}
</style>
background-color css
<style>
a { background-color: #7C7A71; }
a { background-color: rgb(124,122,113); }
div.DivClassName
{
background-color: #7C7A71;
}
.BgClassName
{
background-color: #7C7A71;
}
</style>
border-color css
<style>
span { border-color: #7C7A71; }
span { border-color: rgb(124,122,113); }
td.TdClassName
{
border-color: #7C7A71;
}
.TagClassName
{
border-color: #7C7A71;
}
</style>