Shades of Davy's Grey #757F74
Tints of Davy's Grey #757F74
RGB
CMYK
RGB Variations
Color information
#757F74 (or 0x757F74) is known color: Davy's Grey. HEX triplet: 75, 7F and 74. RGB value is (117,127,116). Sum of RGB (Red+Green+Blue) = 117+127+116=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 127 - color contains mainly: green. Hex color #757F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F74 is #8A808B. Grayscale: #7A7A7A. Windows color (decimal): -9076876 or 7634805. OLE color: 7634805.
HSL color Cylindrical-coordinate representation of color #757F74: hue angle of 114.55º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #757F74 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 127 | 116 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.50 |
| HSL | 114.55º | 0.05% | 0.48% | - |
| HSV(B) | 114.55º | 0.09% | 0.5% | - |
| XYZ | 18.08 | 20.22 | 19.47 | - |
| YUV | 122.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 116 | 0.08 | 0 | 0.09 | 0.50 | 114.55 | 0.05 | 0.48 |
| Hex | 75 | 7F | 74 | 8 | 0 | 9 | 32 | 73 | 5 | 30 |
| Octal | 165 | 177 | 164 | 10 | 0 | 11 | 62 | 163 | 5 | 60 |
| Binary | 1110101 | 1111111 | 1110100 | 1000 | 0 | 1001 | 110010 | 1110011 | 101 | 110000 |
Color Harmonies of #757F74
Complementary color
Monochromatic Colors of #757F74
Black with #757F74
Text Example
Text Example
White with #757F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757F74; }
p { color: rgb(117,127,116); }
H1.HeaderClassName
{
color: #757F74;
}
.AnyTagClassName
{
color: #757F74;
}
</style>
background-color css
<style>
a { background-color: #757F74; }
a { background-color: rgb(117,127,116); }
div.DivClassName
{
background-color: #757F74;
}
.BgClassName
{
background-color: #757F74;
}
</style>
border-color css
<style>
span { border-color: #757F74; }
span { border-color: rgb(117,127,116); }
td.TdClassName
{
border-color: #757F74;
}
.TagClassName
{
border-color: #757F74;
}
</style>