Shades of Davy's Grey #759873
Tints of Davy's Grey #759873
RGB
CMYK
RGB Variations
Color information
#759873 (or 0x759873) is known color: Davy's Grey. HEX triplet: 75, 98 and 73. RGB value is (117,152,115). Sum of RGB (Red+Green+Blue) = 117+152+115=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #759873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759873 is #8A678C. Grayscale: #898989. Windows color (decimal): -9070477 or 7575669. OLE color: 7575669.
HSL color Cylindrical-coordinate representation of color #759873: hue angle of 116.76º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #759873 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 115 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.40 |
| HSL | 116.76º | 0.15% | 0.52% | - |
| HSV(B) | 116.76º | 0.24% | 0.6% | - |
| XYZ | 21.66 | 27.48 | 20.38 | - |
| YUV | 137.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 115 | 0.23 | 0 | 0.24 | 0.40 | 116.76 | 0.15 | 0.52 |
| Hex | 75 | 98 | 73 | 17 | 0 | 18 | 28 | 75 | F | 34 |
| Octal | 165 | 230 | 163 | 27 | 0 | 30 | 50 | 165 | 17 | 64 |
| Binary | 1110101 | 10011000 | 1110011 | 10111 | 0 | 11000 | 101000 | 1110101 | 1111 | 110100 |
Color Harmonies of #759873
Complementary color
Monochromatic Colors of #759873
Black with #759873
Text Example
Text Example
White with #759873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759873; }
p { color: rgb(117,152,115); }
H1.HeaderClassName
{
color: #759873;
}
.AnyTagClassName
{
color: #759873;
}
</style>
background-color css
<style>
a { background-color: #759873; }
a { background-color: rgb(117,152,115); }
div.DivClassName
{
background-color: #759873;
}
.BgClassName
{
background-color: #759873;
}
</style>
border-color css
<style>
span { border-color: #759873; }
span { border-color: rgb(117,152,115); }
td.TdClassName
{
border-color: #759873;
}
.TagClassName
{
border-color: #759873;
}
</style>