Shades of Davy's Grey #749170
Tints of Davy's Grey #749170
RGB
CMYK
RGB Variations
Color information
#749170 (or 0x749170) is known color: Davy's Grey. HEX triplet: 74, 91 and 70. RGB value is (116,145,112). Sum of RGB (Red+Green+Blue) = 116+145+112=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #749170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749170 is #8B6E8F. Grayscale: #848484. Windows color (decimal): -9137808 or 7377268. OLE color: 7377268.
HSL color Cylindrical-coordinate representation of color #749170: hue angle of 112.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749170 is Cyan = 0.2, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 112 | - |
| CMYK | 0.2 | 0 | 0.23 | 0.43 |
| HSL | 112.73º | 0.13% | 0.5% | - |
| HSV(B) | 112.73º | 0.23% | 0.57% | - |
| XYZ | 20.25 | 25.13 | 19.11 | - |
| YUV | 132.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 112 | 0.2 | 0 | 0.23 | 0.43 | 112.73 | 0.13 | 0.5 |
| Hex | 74 | 91 | 70 | 14 | 0 | 17 | 2B | 71 | D | 32 |
| Octal | 164 | 221 | 160 | 24 | 0 | 27 | 53 | 161 | 15 | 62 |
| Binary | 1110100 | 10010001 | 1110000 | 10100 | 0 | 10111 | 101011 | 1110001 | 1101 | 110010 |
Color Harmonies of #749170
Complementary color
Monochromatic Colors of #749170
Black with #749170
Text Example
Text Example
White with #749170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749170; }
p { color: rgb(116,145,112); }
H1.HeaderClassName
{
color: #749170;
}
.AnyTagClassName
{
color: #749170;
}
</style>
background-color css
<style>
a { background-color: #749170; }
a { background-color: rgb(116,145,112); }
div.DivClassName
{
background-color: #749170;
}
.BgClassName
{
background-color: #749170;
}
</style>
border-color css
<style>
span { border-color: #749170; }
span { border-color: rgb(116,145,112); }
td.TdClassName
{
border-color: #749170;
}
.TagClassName
{
border-color: #749170;
}
</style>