Shades of Dove Grey #737270
Tints of Dove Grey #737270
RGB
CMYK
RGB Variations
Color information
#737270 (or 0x737270) is known color: Dove Grey. HEX triplet: 73, 72 and 70. RGB value is (115,114,112). Sum of RGB (Red+Green+Blue) = 115+114+112=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 115 - color contains mainly: red. Hex color #737270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737270 is #8C8D8F. Grayscale: #727272. Windows color (decimal): -9211280 or 7369331. OLE color: 7369331.
HSL color Cylindrical-coordinate representation of color #737270: hue angle of 40º degrees, saturation: 0.01, 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 #737270 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 114 | 112 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.55 |
| HSL | 40º | 0.01% | 0.45% | - |
| HSV(B) | 40º | 0.03% | 0.45% | - |
| XYZ | 16.01 | 16.85 | 17.74 | - |
| YUV | 114.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 112 | 0 | 0.01 | 0.03 | 0.55 | 40 | 0.01 | 0.45 |
| Hex | 73 | 72 | 70 | 0 | 1 | 3 | 37 | 28 | 1 | 2D |
| Octal | 163 | 162 | 160 | 0 | 1 | 3 | 67 | 50 | 1 | 55 |
| Binary | 1110011 | 1110010 | 1110000 | 0 | 1 | 11 | 110111 | 101000 | 1 | 101101 |
Color Harmonies of #737270
Complementary color
Monochromatic Colors of #737270
Black with #737270
Text Example
Text Example
White with #737270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737270; }
p { color: rgb(115,114,112); }
H1.HeaderClassName
{
color: #737270;
}
.AnyTagClassName
{
color: #737270;
}
</style>
background-color css
<style>
a { background-color: #737270; }
a { background-color: rgb(115,114,112); }
div.DivClassName
{
background-color: #737270;
}
.BgClassName
{
background-color: #737270;
}
</style>
border-color css
<style>
span { border-color: #737270; }
span { border-color: rgb(115,114,112); }
td.TdClassName
{
border-color: #737270;
}
.TagClassName
{
border-color: #737270;
}
</style>