Shades of Sand Dune #7A7570
Tints of Sand Dune #7A7570
RGB
CMYK
RGB Variations
Color information
#7A7570 (or 0x7A7570) is known color: Sand Dune. HEX triplet: 7A, 75 and 70. RGB value is (122,117,112). Sum of RGB (Red+Green+Blue) = 122+117+112=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7570 is #858A8F. Grayscale: #757575. Windows color (decimal): -8751760 or 7370106. OLE color: 7370106.
HSL color Cylindrical-coordinate representation of color #7A7570: hue angle of 30º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A7570 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 112 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.52 |
| HSL | 30º | 0.04% | 0.46% | - |
| HSV(B) | 30º | 0.08% | 0.48% | - |
| XYZ | 17.31 | 18.03 | 17.9 | - |
| YUV | 117.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 112 | 0 | 0.04 | 0.08 | 0.52 | 30 | 0.04 | 0.46 |
| Hex | 7A | 75 | 70 | 0 | 4 | 8 | 34 | 1E | 4 | 2E |
| Octal | 172 | 165 | 160 | 0 | 4 | 10 | 64 | 36 | 4 | 56 |
| Binary | 1111010 | 1110101 | 1110000 | 0 | 100 | 1000 | 110100 | 11110 | 100 | 101110 |
Color Harmonies of #7A7570
Complementary color
Monochromatic Colors of #7A7570
Black with #7A7570
Text Example
Text Example
White with #7A7570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7570; }
p { color: rgb(122,117,112); }
H1.HeaderClassName
{
color: #7A7570;
}
.AnyTagClassName
{
color: #7A7570;
}
</style>
background-color css
<style>
a { background-color: #7A7570; }
a { background-color: rgb(122,117,112); }
div.DivClassName
{
background-color: #7A7570;
}
.BgClassName
{
background-color: #7A7570;
}
</style>
border-color css
<style>
span { border-color: #7A7570; }
span { border-color: rgb(122,117,112); }
td.TdClassName
{
border-color: #7A7570;
}
.TagClassName
{
border-color: #7A7570;
}
</style>