Shades of Dove Grey #7E7C73
Tints of Dove Grey #7E7C73
RGB
CMYK
RGB Variations
Color information
#7E7C73 (or 0x7E7C73) is known color: Dove Grey. HEX triplet: 7E, 7C and 73. RGB value is (126,124,115). Sum of RGB (Red+Green+Blue) = 126+124+115=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7C73 is #81838C. Grayscale: #7B7B7B. Windows color (decimal): -8487821 or 7568510. OLE color: 7568510.
HSL color Cylindrical-coordinate representation of color #7E7C73: hue angle of 49.09º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7E7C73 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 124 | 115 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.51 |
| HSL | 49.09º | 0.05% | 0.47% | - |
| HSV(B) | 49.09º | 0.09% | 0.49% | - |
| XYZ | 18.91 | 20.09 | 19.1 | - |
| YUV | 123.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 124 | 115 | 0 | 0.02 | 0.09 | 0.51 | 49.09 | 0.05 | 0.47 |
| Hex | 7E | 7C | 73 | 0 | 2 | 9 | 33 | 31 | 5 | 2F |
| Octal | 176 | 174 | 163 | 0 | 2 | 11 | 63 | 61 | 5 | 57 |
| Binary | 1111110 | 1111100 | 1110011 | 0 | 10 | 1001 | 110011 | 110001 | 101 | 101111 |
Color Harmonies of #7E7C73
Complementary color
Monochromatic Colors of #7E7C73
Black with #7E7C73
Text Example
Text Example
White with #7E7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7C73; }
p { color: rgb(126,124,115); }
H1.HeaderClassName
{
color: #7E7C73;
}
.AnyTagClassName
{
color: #7E7C73;
}
</style>
background-color css
<style>
a { background-color: #7E7C73; }
a { background-color: rgb(126,124,115); }
div.DivClassName
{
background-color: #7E7C73;
}
.BgClassName
{
background-color: #7E7C73;
}
</style>
border-color css
<style>
span { border-color: #7E7C73; }
span { border-color: rgb(126,124,115); }
td.TdClassName
{
border-color: #7E7C73;
}
.TagClassName
{
border-color: #7E7C73;
}
</style>