Shades of Davy's Grey #749172
Tints of Davy's Grey #749172
RGB
CMYK
RGB Variations
Color information
#749172 (or 0x749172) is known color: Davy's Grey. HEX triplet: 74, 91 and 72. RGB value is (116,145,114). Sum of RGB (Red+Green+Blue) = 116+145+114=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #749172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749172 is #8B6E8D. Grayscale: #848484. Windows color (decimal): -9137806 or 7508340. OLE color: 7508340.
HSL color Cylindrical-coordinate representation of color #749172: hue angle of 116.13º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749172 is Cyan = 0.2, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 114 | - |
| CMYK | 0.2 | 0 | 0.21 | 0.43 |
| HSL | 116.13º | 0.12% | 0.51% | - |
| HSV(B) | 116.13º | 0.21% | 0.57% | - |
| XYZ | 20.37 | 25.18 | 19.71 | - |
| YUV | 132.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 114 | 0.2 | 0 | 0.21 | 0.43 | 116.13 | 0.12 | 0.51 |
| Hex | 74 | 91 | 72 | 14 | 0 | 15 | 2B | 74 | C | 33 |
| Octal | 164 | 221 | 162 | 24 | 0 | 25 | 53 | 164 | 14 | 63 |
| Binary | 1110100 | 10010001 | 1110010 | 10100 | 0 | 10101 | 101011 | 1110100 | 1100 | 110011 |
Color Harmonies of #749172
Complementary color
Monochromatic Colors of #749172
Black with #749172
Text Example
Text Example
White with #749172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749172; }
p { color: rgb(116,145,114); }
H1.HeaderClassName
{
color: #749172;
}
.AnyTagClassName
{
color: #749172;
}
</style>
background-color css
<style>
a { background-color: #749172; }
a { background-color: rgb(116,145,114); }
div.DivClassName
{
background-color: #749172;
}
.BgClassName
{
background-color: #749172;
}
</style>
border-color css
<style>
span { border-color: #749172; }
span { border-color: rgb(116,145,114); }
td.TdClassName
{
border-color: #749172;
}
.TagClassName
{
border-color: #749172;
}
</style>