Shades of Davy's Grey #758B73
Tints of Davy's Grey #758B73
RGB
CMYK
RGB Variations
Color information
#758B73 (or 0x758B73) is known color: Davy's Grey. HEX triplet: 75, 8B and 73. RGB value is (117,139,115). Sum of RGB (Red+Green+Blue) = 117+139+115=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #758B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B73 is #8A748C. Grayscale: #818181. Windows color (decimal): -9073805 or 7572341. OLE color: 7572341.
HSL color Cylindrical-coordinate representation of color #758B73: hue angle of 115º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #758B73 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 115 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.45 |
| HSL | 115º | 0.09% | 0.5% | - |
| HSV(B) | 115º | 0.17% | 0.55% | - |
| XYZ | 19.66 | 23.48 | 19.72 | - |
| YUV | 129.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 115 | 0.16 | 0 | 0.17 | 0.45 | 115 | 0.09 | 0.5 |
| Hex | 75 | 8B | 73 | 10 | 0 | 11 | 2D | 73 | 9 | 32 |
| Octal | 165 | 213 | 163 | 20 | 0 | 21 | 55 | 163 | 11 | 62 |
| Binary | 1110101 | 10001011 | 1110011 | 10000 | 0 | 10001 | 101101 | 1110011 | 1001 | 110010 |
Color Harmonies of #758B73
Complementary color
Monochromatic Colors of #758B73
Black with #758B73
Text Example
Text Example
White with #758B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B73; }
p { color: rgb(117,139,115); }
H1.HeaderClassName
{
color: #758B73;
}
.AnyTagClassName
{
color: #758B73;
}
</style>
background-color css
<style>
a { background-color: #758B73; }
a { background-color: rgb(117,139,115); }
div.DivClassName
{
background-color: #758B73;
}
.BgClassName
{
background-color: #758B73;
}
</style>
border-color css
<style>
span { border-color: #758B73; }
span { border-color: rgb(117,139,115); }
td.TdClassName
{
border-color: #758B73;
}
.TagClassName
{
border-color: #758B73;
}
</style>