Shades of Davy's Grey #758873
Tints of Davy's Grey #758873
RGB
CMYK
RGB Variations
Color information
#758873 (or 0x758873) is known color: Davy's Grey. HEX triplet: 75, 88 and 73. RGB value is (117,136,115). Sum of RGB (Red+Green+Blue) = 117+136+115=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #758873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758873 is #8A778C. Grayscale: #7F7F7F. Windows color (decimal): -9074573 or 7571573. OLE color: 7571573.
HSL color Cylindrical-coordinate representation of color #758873: hue angle of 114.29º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758873 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 115 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.47 |
| HSL | 114.29º | 0.08% | 0.49% | - |
| HSV(B) | 114.29º | 0.15% | 0.53% | - |
| XYZ | 19.23 | 22.63 | 19.57 | - |
| YUV | 127.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 115 | 0.14 | 0 | 0.15 | 0.47 | 114.29 | 0.08 | 0.49 |
| Hex | 75 | 88 | 73 | E | 0 | F | 2F | 72 | 8 | 31 |
| Octal | 165 | 210 | 163 | 16 | 0 | 17 | 57 | 162 | 10 | 61 |
| Binary | 1110101 | 10001000 | 1110011 | 1110 | 0 | 1111 | 101111 | 1110010 | 1000 | 110001 |
Color Harmonies of #758873
Complementary color
Monochromatic Colors of #758873
Black with #758873
Text Example
Text Example
White with #758873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758873; }
p { color: rgb(117,136,115); }
H1.HeaderClassName
{
color: #758873;
}
.AnyTagClassName
{
color: #758873;
}
</style>
background-color css
<style>
a { background-color: #758873; }
a { background-color: rgb(117,136,115); }
div.DivClassName
{
background-color: #758873;
}
.BgClassName
{
background-color: #758873;
}
</style>
border-color css
<style>
span { border-color: #758873; }
span { border-color: rgb(117,136,115); }
td.TdClassName
{
border-color: #758873;
}
.TagClassName
{
border-color: #758873;
}
</style>