Shades of Davy's Grey #758574
Tints of Davy's Grey #758574
RGB
CMYK
RGB Variations
Color information
#758574 (or 0x758574) is known color: Davy's Grey. HEX triplet: 75, 85 and 74. RGB value is (117,133,116). Sum of RGB (Red+Green+Blue) = 117+133+116=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #758574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758574 is #8A7A8B. Grayscale: #7E7E7E. Windows color (decimal): -9075340 or 7636341. OLE color: 7636341.
HSL color Cylindrical-coordinate representation of color #758574: hue angle of 116.47º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #758574 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 116 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.48 |
| HSL | 116.47º | 0.07% | 0.49% | - |
| HSV(B) | 116.47º | 0.13% | 0.52% | - |
| XYZ | 18.88 | 21.82 | 19.74 | - |
| YUV | 126.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 116 | 0.12 | 0 | 0.13 | 0.48 | 116.47 | 0.07 | 0.49 |
| Hex | 75 | 85 | 74 | C | 0 | D | 30 | 74 | 7 | 31 |
| Octal | 165 | 205 | 164 | 14 | 0 | 15 | 60 | 164 | 7 | 61 |
| Binary | 1110101 | 10000101 | 1110100 | 1100 | 0 | 1101 | 110000 | 1110100 | 111 | 110001 |
Color Harmonies of #758574
Complementary color
Monochromatic Colors of #758574
Black with #758574
Text Example
Text Example
White with #758574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758574; }
p { color: rgb(117,133,116); }
H1.HeaderClassName
{
color: #758574;
}
.AnyTagClassName
{
color: #758574;
}
</style>
background-color css
<style>
a { background-color: #758574; }
a { background-color: rgb(117,133,116); }
div.DivClassName
{
background-color: #758574;
}
.BgClassName
{
background-color: #758574;
}
</style>
border-color css
<style>
span { border-color: #758574; }
span { border-color: rgb(117,133,116); }
td.TdClassName
{
border-color: #758574;
}
.TagClassName
{
border-color: #758574;
}
</style>