Shades of Davy's Grey #758D74
Tints of Davy's Grey #758D74
RGB
CMYK
RGB Variations
Color information
#758D74 (or 0x758D74) is known color: Davy's Grey. HEX triplet: 75, 8D and 74. RGB value is (117,141,116). Sum of RGB (Red+Green+Blue) = 117+141+116=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 141 - color contains mainly: green. Hex color #758D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D74 is #8A728B. Grayscale: #838383. Windows color (decimal): -9073292 or 7638389. OLE color: 7638389.
HSL color Cylindrical-coordinate representation of color #758D74: 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 #758D74 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 116 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.45 |
| HSL | 117.6º | 0.1% | 0.5% | - |
| HSV(B) | 117.6º | 0.18% | 0.55% | - |
| XYZ | 20.01 | 24.09 | 20.12 | - |
| YUV | 130.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 116 | 0.17 | 0 | 0.18 | 0.45 | 117.6 | 0.1 | 0.5 |
| Hex | 75 | 8D | 74 | 11 | 0 | 12 | 2D | 76 | A | 32 |
| Octal | 165 | 215 | 164 | 21 | 0 | 22 | 55 | 166 | 12 | 62 |
| Binary | 1110101 | 10001101 | 1110100 | 10001 | 0 | 10010 | 101101 | 1110110 | 1010 | 110010 |
Color Harmonies of #758D74
Complementary color
Monochromatic Colors of #758D74
Black with #758D74
Text Example
Text Example
White with #758D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D74; }
p { color: rgb(117,141,116); }
H1.HeaderClassName
{
color: #758D74;
}
.AnyTagClassName
{
color: #758D74;
}
</style>
background-color css
<style>
a { background-color: #758D74; }
a { background-color: rgb(117,141,116); }
div.DivClassName
{
background-color: #758D74;
}
.BgClassName
{
background-color: #758D74;
}
</style>
border-color css
<style>
span { border-color: #758D74; }
span { border-color: rgb(117,141,116); }
td.TdClassName
{
border-color: #758D74;
}
.TagClassName
{
border-color: #758D74;
}
</style>