Shades of Davy's Grey #749672
Tints of Davy's Grey #749672
RGB
CMYK
RGB Variations
Color information
#749672 (or 0x749672) is known color: Davy's Grey. HEX triplet: 74, 96 and 72. RGB value is (116,150,114). Sum of RGB (Red+Green+Blue) = 116+150+114=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 150 - color contains mainly: green. Hex color #749672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749672 is #8B698D. Grayscale: #878787. Windows color (decimal): -9136526 or 7509620. OLE color: 7509620.
HSL color Cylindrical-coordinate representation of color #749672: hue angle of 116.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749672 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 150 | 114 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.41 |
| HSL | 116.67º | 0.15% | 0.52% | - |
| HSV(B) | 116.67º | 0.24% | 0.59% | - |
| XYZ | 21.15 | 26.74 | 19.97 | - |
| YUV | 135.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 114 | 0.23 | 0 | 0.24 | 0.41 | 116.67 | 0.15 | 0.52 |
| Hex | 74 | 96 | 72 | 17 | 0 | 18 | 29 | 75 | F | 34 |
| Octal | 164 | 226 | 162 | 27 | 0 | 30 | 51 | 165 | 17 | 64 |
| Binary | 1110100 | 10010110 | 1110010 | 10111 | 0 | 11000 | 101001 | 1110101 | 1111 | 110100 |
Color Harmonies of #749672
Complementary color
Monochromatic Colors of #749672
Black with #749672
Text Example
Text Example
White with #749672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749672; }
p { color: rgb(116,150,114); }
H1.HeaderClassName
{
color: #749672;
}
.AnyTagClassName
{
color: #749672;
}
</style>
background-color css
<style>
a { background-color: #749672; }
a { background-color: rgb(116,150,114); }
div.DivClassName
{
background-color: #749672;
}
.BgClassName
{
background-color: #749672;
}
</style>
border-color css
<style>
span { border-color: #749672; }
span { border-color: rgb(116,150,114); }
td.TdClassName
{
border-color: #749672;
}
.TagClassName
{
border-color: #749672;
}
</style>