Shades of Davy's Grey #758A73
Tints of Davy's Grey #758A73
RGB
CMYK
RGB Variations
Color information
#758A73 (or 0x758A73) is known color: Davy's Grey. HEX triplet: 75, 8A and 73. RGB value is (117,138,115). Sum of RGB (Red+Green+Blue) = 117+138+115=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 138 - color contains mainly: green. Hex color #758A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A73 is #8A758C. Grayscale: #818181. Windows color (decimal): -9074061 or 7572085. OLE color: 7572085.
HSL color Cylindrical-coordinate representation of color #758A73: hue angle of 114.78º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #758A73 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 115 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.46 |
| HSL | 114.78º | 0.09% | 0.5% | - |
| HSV(B) | 114.78º | 0.17% | 0.54% | - |
| XYZ | 19.52 | 23.2 | 19.67 | - |
| YUV | 129.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 115 | 0.15 | 0 | 0.17 | 0.46 | 114.78 | 0.09 | 0.5 |
| Hex | 75 | 8A | 73 | F | 0 | 11 | 2E | 73 | 9 | 32 |
| Octal | 165 | 212 | 163 | 17 | 0 | 21 | 56 | 163 | 11 | 62 |
| Binary | 1110101 | 10001010 | 1110011 | 1111 | 0 | 10001 | 101110 | 1110011 | 1001 | 110010 |
Color Harmonies of #758A73
Complementary color
Monochromatic Colors of #758A73
Black with #758A73
Text Example
Text Example
White with #758A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A73; }
p { color: rgb(117,138,115); }
H1.HeaderClassName
{
color: #758A73;
}
.AnyTagClassName
{
color: #758A73;
}
</style>
background-color css
<style>
a { background-color: #758A73; }
a { background-color: rgb(117,138,115); }
div.DivClassName
{
background-color: #758A73;
}
.BgClassName
{
background-color: #758A73;
}
</style>
border-color css
<style>
span { border-color: #758A73; }
span { border-color: rgb(117,138,115); }
td.TdClassName
{
border-color: #758A73;
}
.TagClassName
{
border-color: #758A73;
}
</style>