Shades of Davy's Grey #758F72
Tints of Davy's Grey #758F72
RGB
CMYK
RGB Variations
Color information
#758F72 (or 0x758F72) is known color: Davy's Grey. HEX triplet: 75, 8F and 72. RGB value is (117,143,114). Sum of RGB (Red+Green+Blue) = 117+143+114=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 143 - color contains mainly: green. Hex color #758F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F72 is #8A708D. Grayscale: #848484. Windows color (decimal): -9072782 or 7507829. OLE color: 7507829.
HSL color Cylindrical-coordinate representation of color #758F72: hue angle of 113.79º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #758F72 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 114 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.44 |
| HSL | 113.79º | 0.11% | 0.5% | - |
| HSV(B) | 113.79º | 0.2% | 0.56% | - |
| XYZ | 20.2 | 24.64 | 19.61 | - |
| YUV | 131.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 114 | 0.18 | 0 | 0.20 | 0.44 | 113.79 | 0.11 | 0.5 |
| Hex | 75 | 8F | 72 | 12 | 0 | 14 | 2C | 72 | B | 32 |
| Octal | 165 | 217 | 162 | 22 | 0 | 24 | 54 | 162 | 13 | 62 |
| Binary | 1110101 | 10001111 | 1110010 | 10010 | 0 | 10100 | 101100 | 1110010 | 1011 | 110010 |
Color Harmonies of #758F72
Complementary color
Monochromatic Colors of #758F72
Black with #758F72
Text Example
Text Example
White with #758F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F72; }
p { color: rgb(117,143,114); }
H1.HeaderClassName
{
color: #758F72;
}
.AnyTagClassName
{
color: #758F72;
}
</style>
background-color css
<style>
a { background-color: #758F72; }
a { background-color: rgb(117,143,114); }
div.DivClassName
{
background-color: #758F72;
}
.BgClassName
{
background-color: #758F72;
}
</style>
border-color css
<style>
span { border-color: #758F72; }
span { border-color: rgb(117,143,114); }
td.TdClassName
{
border-color: #758F72;
}
.TagClassName
{
border-color: #758F72;
}
</style>