Shades of Davy's Grey #758F75
Tints of Davy's Grey #758F75
RGB
CMYK
RGB Variations
Color information
#758F75 (or 0x758F75) is known color: Davy's Grey. HEX triplet: 75, 8F and 75. RGB value is (117,143,117). Sum of RGB (Red+Green+Blue) = 117+143+117=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 143 - color contains mainly: green. Hex color #758F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F75 is #8A708A. Grayscale: #848484. Windows color (decimal): -9072779 or 7704437. OLE color: 7704437.
HSL color Cylindrical-coordinate representation of color #758F75: hue angle of 120º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F75 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 117 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.44 |
| HSL | 120º | 0.1% | 0.51% | - |
| HSV(B) | 120º | 0.18% | 0.56% | - |
| XYZ | 20.37 | 24.71 | 20.53 | - |
| YUV | 132.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 117 | 0.18 | 0 | 0.18 | 0.44 | 120 | 0.1 | 0.51 |
| Hex | 75 | 8F | 75 | 12 | 0 | 12 | 2C | 78 | A | 33 |
| Octal | 165 | 217 | 165 | 22 | 0 | 22 | 54 | 170 | 12 | 63 |
| Binary | 1110101 | 10001111 | 1110101 | 10010 | 0 | 10010 | 101100 | 1111000 | 1010 | 110011 |
Color Harmonies of #758F75
Complementary color
Monochromatic Colors of #758F75
Black with #758F75
Text Example
Text Example
White with #758F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F75; }
p { color: rgb(117,143,117); }
H1.HeaderClassName
{
color: #758F75;
}
.AnyTagClassName
{
color: #758F75;
}
</style>
background-color css
<style>
a { background-color: #758F75; }
a { background-color: rgb(117,143,117); }
div.DivClassName
{
background-color: #758F75;
}
.BgClassName
{
background-color: #758F75;
}
</style>
border-color css
<style>
span { border-color: #758F75; }
span { border-color: rgb(117,143,117); }
td.TdClassName
{
border-color: #758F75;
}
.TagClassName
{
border-color: #758F75;
}
</style>