Shades of Dove Grey #7C7A6D
Tints of Dove Grey #7C7A6D
RGB
CMYK
RGB Variations
Color information
#7C7A6D (or 0x7C7A6D) is known color: Dove Grey. HEX triplet: 7C, 7A and 6D. RGB value is (124,122,109). Sum of RGB (Red+Green+Blue) = 124+122+109=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7A6D is #838592. Grayscale: #797979. Windows color (decimal): -8619411 or 7174780. OLE color: 7174780.
HSL color Cylindrical-coordinate representation of color #7C7A6D: hue angle of 52º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C7A6D is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 122 | 109 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.51 |
| HSL | 52º | 0.06% | 0.46% | - |
| HSV(B) | 52º | 0.12% | 0.49% | - |
| XYZ | 18.03 | 19.31 | 17.24 | - |
| YUV | 121.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 109 | 0 | 0.02 | 0.12 | 0.51 | 52 | 0.06 | 0.46 |
| Hex | 7C | 7A | 6D | 0 | 2 | C | 33 | 34 | 6 | 2E |
| Octal | 174 | 172 | 155 | 0 | 2 | 14 | 63 | 64 | 6 | 56 |
| Binary | 1111100 | 1111010 | 1101101 | 0 | 10 | 1100 | 110011 | 110100 | 110 | 101110 |
Color Harmonies of #7C7A6D
Complementary color
Monochromatic Colors of #7C7A6D
Black with #7C7A6D
Text Example
Text Example
White with #7C7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7A6D; }
p { color: rgb(124,122,109); }
H1.HeaderClassName
{
color: #7C7A6D;
}
.AnyTagClassName
{
color: #7C7A6D;
}
</style>
background-color css
<style>
a { background-color: #7C7A6D; }
a { background-color: rgb(124,122,109); }
div.DivClassName
{
background-color: #7C7A6D;
}
.BgClassName
{
background-color: #7C7A6D;
}
</style>
border-color css
<style>
span { border-color: #7C7A6D; }
span { border-color: rgb(124,122,109); }
td.TdClassName
{
border-color: #7C7A6D;
}
.TagClassName
{
border-color: #7C7A6D;
}
</style>