Shades of Davy's Grey #748C73
Tints of Davy's Grey #748C73
RGB
CMYK
RGB Variations
Color information
#748C73 (or 0x748C73) is known color: Davy's Grey. HEX triplet: 74, 8C and 73. RGB value is (116,140,115). Sum of RGB (Red+Green+Blue) = 116+140+115=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #748C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748C73 is #8B738C. Grayscale: #828282. Windows color (decimal): -9139085 or 7572596. OLE color: 7572596.
HSL color Cylindrical-coordinate representation of color #748C73: hue angle of 117.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748C73 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 140 | 115 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.45 |
| HSL | 117.6º | 0.1% | 0.5% | - |
| HSV(B) | 117.6º | 0.18% | 0.55% | - |
| XYZ | 19.68 | 23.71 | 19.76 | - |
| YUV | 129.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 115 | 0.17 | 0 | 0.18 | 0.45 | 117.6 | 0.1 | 0.5 |
| Hex | 74 | 8C | 73 | 11 | 0 | 12 | 2D | 76 | A | 32 |
| Octal | 164 | 214 | 163 | 21 | 0 | 22 | 55 | 166 | 12 | 62 |
| Binary | 1110100 | 10001100 | 1110011 | 10001 | 0 | 10010 | 101101 | 1110110 | 1010 | 110010 |
Color Harmonies of #748C73
Complementary color
Monochromatic Colors of #748C73
Black with #748C73
Text Example
Text Example
White with #748C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C73; }
p { color: rgb(116,140,115); }
H1.HeaderClassName
{
color: #748C73;
}
.AnyTagClassName
{
color: #748C73;
}
</style>
background-color css
<style>
a { background-color: #748C73; }
a { background-color: rgb(116,140,115); }
div.DivClassName
{
background-color: #748C73;
}
.BgClassName
{
background-color: #748C73;
}
</style>
border-color css
<style>
span { border-color: #748C73; }
span { border-color: rgb(116,140,115); }
td.TdClassName
{
border-color: #748C73;
}
.TagClassName
{
border-color: #748C73;
}
</style>