Shades of Davy's Grey #758B72
Tints of Davy's Grey #758B72
RGB
CMYK
RGB Variations
Color information
#758B72 (or 0x758B72) is known color: Davy's Grey. HEX triplet: 75, 8B and 72. RGB value is (117,139,114). Sum of RGB (Red+Green+Blue) = 117+139+114=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #758B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B72 is #8A748D. Grayscale: #818181. Windows color (decimal): -9073806 or 7506805. OLE color: 7506805.
HSL color Cylindrical-coordinate representation of color #758B72: hue angle of 112.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758B72 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 114 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.45 |
| HSL | 112.8º | 0.1% | 0.5% | - |
| HSV(B) | 112.8º | 0.18% | 0.55% | - |
| XYZ | 19.61 | 23.46 | 19.41 | - |
| YUV | 129.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 114 | 0.16 | 0 | 0.18 | 0.45 | 112.8 | 0.1 | 0.5 |
| Hex | 75 | 8B | 72 | 10 | 0 | 12 | 2D | 71 | A | 32 |
| Octal | 165 | 213 | 162 | 20 | 0 | 22 | 55 | 161 | 12 | 62 |
| Binary | 1110101 | 10001011 | 1110010 | 10000 | 0 | 10010 | 101101 | 1110001 | 1010 | 110010 |
Color Harmonies of #758B72
Complementary color
Monochromatic Colors of #758B72
Black with #758B72
Text Example
Text Example
White with #758B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B72; }
p { color: rgb(117,139,114); }
H1.HeaderClassName
{
color: #758B72;
}
.AnyTagClassName
{
color: #758B72;
}
</style>
background-color css
<style>
a { background-color: #758B72; }
a { background-color: rgb(117,139,114); }
div.DivClassName
{
background-color: #758B72;
}
.BgClassName
{
background-color: #758B72;
}
</style>
border-color css
<style>
span { border-color: #758B72; }
span { border-color: rgb(117,139,114); }
td.TdClassName
{
border-color: #758B72;
}
.TagClassName
{
border-color: #758B72;
}
</style>