Shades of Davy's Grey #748D72
Tints of Davy's Grey #748D72
RGB
CMYK
RGB Variations
Color information
#748D72 (or 0x748D72) is known color: Davy's Grey. HEX triplet: 74, 8D and 72. RGB value is (116,141,114). Sum of RGB (Red+Green+Blue) = 116+141+114=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #748D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D72 is #8B728D. Grayscale: #828282. Windows color (decimal): -9138830 or 7507316. OLE color: 7507316.
HSL color Cylindrical-coordinate representation of color #748D72: hue angle of 115.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748D72 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 141 | 114 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.45 |
| HSL | 115.56º | 0.11% | 0.5% | - |
| HSV(B) | 115.56º | 0.19% | 0.55% | - |
| XYZ | 19.76 | 23.98 | 19.51 | - |
| YUV | 130.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 114 | 0.18 | 0 | 0.19 | 0.45 | 115.56 | 0.11 | 0.5 |
| Hex | 74 | 8D | 72 | 12 | 0 | 13 | 2D | 74 | B | 32 |
| Octal | 164 | 215 | 162 | 22 | 0 | 23 | 55 | 164 | 13 | 62 |
| Binary | 1110100 | 10001101 | 1110010 | 10010 | 0 | 10011 | 101101 | 1110100 | 1011 | 110010 |
Color Harmonies of #748D72
Complementary color
Monochromatic Colors of #748D72
Black with #748D72
Text Example
Text Example
White with #748D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748D72; }
p { color: rgb(116,141,114); }
H1.HeaderClassName
{
color: #748D72;
}
.AnyTagClassName
{
color: #748D72;
}
</style>
background-color css
<style>
a { background-color: #748D72; }
a { background-color: rgb(116,141,114); }
div.DivClassName
{
background-color: #748D72;
}
.BgClassName
{
background-color: #748D72;
}
</style>
border-color css
<style>
span { border-color: #748D72; }
span { border-color: rgb(116,141,114); }
td.TdClassName
{
border-color: #748D72;
}
.TagClassName
{
border-color: #748D72;
}
</style>