Shades of Sand Dune #7A7470
Tints of Sand Dune #7A7470
RGB
CMYK
RGB Variations
Color information
#7A7470 (or 0x7A7470) is known color: Sand Dune. HEX triplet: 7A, 74 and 70. RGB value is (122,116,112). Sum of RGB (Red+Green+Blue) = 122+116+112=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7470 is #858B8F. Grayscale: #757575. Windows color (decimal): -8752016 or 7369850. OLE color: 7369850.
HSL color Cylindrical-coordinate representation of color #7A7470: hue angle of 24º 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 #7A7470 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 112 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.52 |
| HSL | 24º | 0.04% | 0.46% | - |
| HSV(B) | 24º | 0.08% | 0.48% | - |
| XYZ | 17.2 | 17.8 | 17.86 | - |
| YUV | 117.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 112 | 0 | 0.05 | 0.08 | 0.52 | 24 | 0.04 | 0.46 |
| Hex | 7A | 74 | 70 | 0 | 5 | 8 | 34 | 18 | 4 | 2E |
| Octal | 172 | 164 | 160 | 0 | 5 | 10 | 64 | 30 | 4 | 56 |
| Binary | 1111010 | 1110100 | 1110000 | 0 | 101 | 1000 | 110100 | 11000 | 100 | 101110 |
Color Harmonies of #7A7470
Complementary color
Monochromatic Colors of #7A7470
Black with #7A7470
Text Example
Text Example
White with #7A7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7470; }
p { color: rgb(122,116,112); }
H1.HeaderClassName
{
color: #7A7470;
}
.AnyTagClassName
{
color: #7A7470;
}
</style>
background-color css
<style>
a { background-color: #7A7470; }
a { background-color: rgb(122,116,112); }
div.DivClassName
{
background-color: #7A7470;
}
.BgClassName
{
background-color: #7A7470;
}
</style>
border-color css
<style>
span { border-color: #7A7470; }
span { border-color: rgb(122,116,112); }
td.TdClassName
{
border-color: #7A7470;
}
.TagClassName
{
border-color: #7A7470;
}
</style>