Shades of Davy's Grey #758A74
Tints of Davy's Grey #758A74
RGB
CMYK
RGB Variations
Color information
#758A74 (or 0x758A74) is known color: Davy's Grey. HEX triplet: 75, 8A and 74. RGB value is (117,138,116). Sum of RGB (Red+Green+Blue) = 117+138+116=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 138 - color contains mainly: green. Hex color #758A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A74 is #8A758B. Grayscale: #818181. Windows color (decimal): -9074060 or 7637621. OLE color: 7637621.
HSL color Cylindrical-coordinate representation of color #758A74: hue angle of 117.27º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758A74 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 116 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.46 |
| HSL | 117.27º | 0.09% | 0.5% | - |
| HSV(B) | 117.27º | 0.16% | 0.54% | - |
| XYZ | 19.58 | 23.22 | 19.97 | - |
| YUV | 129.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 116 | 0.15 | 0 | 0.16 | 0.46 | 117.27 | 0.09 | 0.5 |
| Hex | 75 | 8A | 74 | F | 0 | 10 | 2E | 75 | 9 | 32 |
| Octal | 165 | 212 | 164 | 17 | 0 | 20 | 56 | 165 | 11 | 62 |
| Binary | 1110101 | 10001010 | 1110100 | 1111 | 0 | 10000 | 101110 | 1110101 | 1001 | 110010 |
Color Harmonies of #758A74
Complementary color
Monochromatic Colors of #758A74
Black with #758A74
Text Example
Text Example
White with #758A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A74; }
p { color: rgb(117,138,116); }
H1.HeaderClassName
{
color: #758A74;
}
.AnyTagClassName
{
color: #758A74;
}
</style>
background-color css
<style>
a { background-color: #758A74; }
a { background-color: rgb(117,138,116); }
div.DivClassName
{
background-color: #758A74;
}
.BgClassName
{
background-color: #758A74;
}
</style>
border-color css
<style>
span { border-color: #758A74; }
span { border-color: rgb(117,138,116); }
td.TdClassName
{
border-color: #758A74;
}
.TagClassName
{
border-color: #758A74;
}
</style>