Shades of Dove Grey #7E7B6E
Tints of Dove Grey #7E7B6E
RGB
CMYK
RGB Variations
Color information
#7E7B6E (or 0x7E7B6E) is known color: Dove Grey. HEX triplet: 7E, 7B and 6E. RGB value is (126,123,110). Sum of RGB (Red+Green+Blue) = 126+123+110=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7B6E is #818491. Grayscale: #7A7A7A. Windows color (decimal): -8488082 or 7240574. OLE color: 7240574.
HSL color Cylindrical-coordinate representation of color #7E7B6E: hue angle of 48.75º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E7B6E is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 123 | 110 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.51 |
| HSL | 48.75º | 0.07% | 0.46% | - |
| HSV(B) | 48.75º | 0.13% | 0.49% | - |
| XYZ | 18.5 | 19.73 | 17.58 | - |
| YUV | 122.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 110 | 0 | 0.02 | 0.13 | 0.51 | 48.75 | 0.07 | 0.46 |
| Hex | 7E | 7B | 6E | 0 | 2 | D | 33 | 31 | 7 | 2E |
| Octal | 176 | 173 | 156 | 0 | 2 | 15 | 63 | 61 | 7 | 56 |
| Binary | 1111110 | 1111011 | 1101110 | 0 | 10 | 1101 | 110011 | 110001 | 111 | 101110 |
Color Harmonies of #7E7B6E
Complementary color
Monochromatic Colors of #7E7B6E
Black with #7E7B6E
Text Example
Text Example
White with #7E7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7B6E; }
p { color: rgb(126,123,110); }
H1.HeaderClassName
{
color: #7E7B6E;
}
.AnyTagClassName
{
color: #7E7B6E;
}
</style>
background-color css
<style>
a { background-color: #7E7B6E; }
a { background-color: rgb(126,123,110); }
div.DivClassName
{
background-color: #7E7B6E;
}
.BgClassName
{
background-color: #7E7B6E;
}
</style>
border-color css
<style>
span { border-color: #7E7B6E; }
span { border-color: rgb(126,123,110); }
td.TdClassName
{
border-color: #7E7B6E;
}
.TagClassName
{
border-color: #7E7B6E;
}
</style>