Shades of Davy's Grey #748F72
Tints of Davy's Grey #748F72
RGB
CMYK
RGB Variations
Color information
#748F72 (or 0x748F72) is known color: Davy's Grey. HEX triplet: 74, 8F and 72. RGB value is (116,143,114). Sum of RGB (Red+Green+Blue) = 116+143+114=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 143 - color contains mainly: green. Hex color #748F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748F72 is #8B708D. Grayscale: #838383. Windows color (decimal): -9138318 or 7507828. OLE color: 7507828.
HSL color Cylindrical-coordinate representation of color #748F72: hue angle of 115.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #748F72 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 114 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.44 |
| HSL | 115.86º | 0.11% | 0.5% | - |
| HSV(B) | 115.86º | 0.2% | 0.56% | - |
| XYZ | 20.06 | 24.57 | 19.61 | - |
| YUV | 131.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 114 | 0.19 | 0 | 0.20 | 0.44 | 115.86 | 0.11 | 0.5 |
| Hex | 74 | 8F | 72 | 13 | 0 | 14 | 2C | 74 | B | 32 |
| Octal | 164 | 217 | 162 | 23 | 0 | 24 | 54 | 164 | 13 | 62 |
| Binary | 1110100 | 10001111 | 1110010 | 10011 | 0 | 10100 | 101100 | 1110100 | 1011 | 110010 |
Color Harmonies of #748F72
Complementary color
Monochromatic Colors of #748F72
Black with #748F72
Text Example
Text Example
White with #748F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F72; }
p { color: rgb(116,143,114); }
H1.HeaderClassName
{
color: #748F72;
}
.AnyTagClassName
{
color: #748F72;
}
</style>
background-color css
<style>
a { background-color: #748F72; }
a { background-color: rgb(116,143,114); }
div.DivClassName
{
background-color: #748F72;
}
.BgClassName
{
background-color: #748F72;
}
</style>
border-color css
<style>
span { border-color: #748F72; }
span { border-color: rgb(116,143,114); }
td.TdClassName
{
border-color: #748F72;
}
.TagClassName
{
border-color: #748F72;
}
</style>