Shades of Davy's Grey #739172
Tints of Davy's Grey #739172
RGB
CMYK
RGB Variations
Color information
#739172 (or 0x739172) is known color: Davy's Grey. HEX triplet: 73, 91 and 72. RGB value is (115,145,114). Sum of RGB (Red+Green+Blue) = 115+145+114=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #739172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739172 is #8C6E8D. Grayscale: #848484. Windows color (decimal): -9203342 or 7508339. OLE color: 7508339.
HSL color Cylindrical-coordinate representation of color #739172: hue angle of 118.06º 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 #739172 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 145 | 114 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.43 |
| HSL | 118.06º | 0.12% | 0.51% | - |
| HSV(B) | 118.06º | 0.21% | 0.57% | - |
| XYZ | 20.23 | 25.11 | 19.7 | - |
| YUV | 132.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 114 | 0.21 | 0 | 0.21 | 0.43 | 118.06 | 0.12 | 0.51 |
| Hex | 73 | 91 | 72 | 15 | 0 | 15 | 2B | 76 | C | 33 |
| Octal | 163 | 221 | 162 | 25 | 0 | 25 | 53 | 166 | 14 | 63 |
| Binary | 1110011 | 10010001 | 1110010 | 10101 | 0 | 10101 | 101011 | 1110110 | 1100 | 110011 |
Color Harmonies of #739172
Complementary color
Monochromatic Colors of #739172
Black with #739172
Text Example
Text Example
White with #739172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739172; }
p { color: rgb(115,145,114); }
H1.HeaderClassName
{
color: #739172;
}
.AnyTagClassName
{
color: #739172;
}
</style>
background-color css
<style>
a { background-color: #739172; }
a { background-color: rgb(115,145,114); }
div.DivClassName
{
background-color: #739172;
}
.BgClassName
{
background-color: #739172;
}
</style>
border-color css
<style>
span { border-color: #739172; }
span { border-color: rgb(115,145,114); }
td.TdClassName
{
border-color: #739172;
}
.TagClassName
{
border-color: #739172;
}
</style>