Shades of Davy's Grey #748972
Tints of Davy's Grey #748972
RGB
CMYK
RGB Variations
Color information
#748972 (or 0x748972) is known color: Davy's Grey. HEX triplet: 74, 89 and 72. RGB value is (116,137,114). Sum of RGB (Red+Green+Blue) = 116+137+114=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #748972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748972 is #8B768D. Grayscale: #808080. Windows color (decimal): -9139854 or 7506292. OLE color: 7506292.
HSL color Cylindrical-coordinate representation of color #748972: hue angle of 114.78º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748972 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 114 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.46 |
| HSL | 114.78º | 0.09% | 0.49% | - |
| HSV(B) | 114.78º | 0.17% | 0.54% | - |
| XYZ | 19.19 | 22.82 | 19.31 | - |
| YUV | 128.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 114 | 0.15 | 0 | 0.17 | 0.46 | 114.78 | 0.09 | 0.49 |
| Hex | 74 | 89 | 72 | F | 0 | 11 | 2E | 73 | 9 | 31 |
| Octal | 164 | 211 | 162 | 17 | 0 | 21 | 56 | 163 | 11 | 61 |
| Binary | 1110100 | 10001001 | 1110010 | 1111 | 0 | 10001 | 101110 | 1110011 | 1001 | 110001 |
Color Harmonies of #748972
Complementary color
Monochromatic Colors of #748972
Black with #748972
Text Example
Text Example
White with #748972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748972; }
p { color: rgb(116,137,114); }
H1.HeaderClassName
{
color: #748972;
}
.AnyTagClassName
{
color: #748972;
}
</style>
background-color css
<style>
a { background-color: #748972; }
a { background-color: rgb(116,137,114); }
div.DivClassName
{
background-color: #748972;
}
.BgClassName
{
background-color: #748972;
}
</style>
border-color css
<style>
span { border-color: #748972; }
span { border-color: rgb(116,137,114); }
td.TdClassName
{
border-color: #748972;
}
.TagClassName
{
border-color: #748972;
}
</style>