Shades of Dove Grey #747370
Tints of Dove Grey #747370
RGB
CMYK
RGB Variations
Color information
#747370 (or 0x747370) is known color: Dove Grey. HEX triplet: 74, 73 and 70. RGB value is (116,115,112). Sum of RGB (Red+Green+Blue) = 116+115+112=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 116 - color contains mainly: red. Hex color #747370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747370 is #8B8C8F. Grayscale: #727272. Windows color (decimal): -9145488 or 7369588. OLE color: 7369588.
HSL color Cylindrical-coordinate representation of color #747370: hue angle of 45º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747370 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 112 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.55 |
| HSL | 45º | 0.02% | 0.45% | - |
| HSV(B) | 45º | 0.03% | 0.45% | - |
| XYZ | 16.26 | 17.14 | 17.78 | - |
| YUV | 114.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 112 | 0 | 0.01 | 0.03 | 0.55 | 45 | 0.02 | 0.45 |
| Hex | 74 | 73 | 70 | 0 | 1 | 3 | 37 | 2D | 2 | 2D |
| Octal | 164 | 163 | 160 | 0 | 1 | 3 | 67 | 55 | 2 | 55 |
| Binary | 1110100 | 1110011 | 1110000 | 0 | 1 | 11 | 110111 | 101101 | 10 | 101101 |
Color Harmonies of #747370
Complementary color
Monochromatic Colors of #747370
Black with #747370
Text Example
Text Example
White with #747370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747370; }
p { color: rgb(116,115,112); }
H1.HeaderClassName
{
color: #747370;
}
.AnyTagClassName
{
color: #747370;
}
</style>
background-color css
<style>
a { background-color: #747370; }
a { background-color: rgb(116,115,112); }
div.DivClassName
{
background-color: #747370;
}
.BgClassName
{
background-color: #747370;
}
</style>
border-color css
<style>
span { border-color: #747370; }
span { border-color: rgb(116,115,112); }
td.TdClassName
{
border-color: #747370;
}
.TagClassName
{
border-color: #747370;
}
</style>