Shades of Sand Dune #7F7870
Tints of Sand Dune #7F7870
RGB
CMYK
RGB Variations
Color information
#7F7870 (or 0x7F7870) is known color: Sand Dune. HEX triplet: 7F, 78 and 70. RGB value is (127,120,112). Sum of RGB (Red+Green+Blue) = 127+120+112=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7870 is #80878F. Grayscale: #797979. Windows color (decimal): -8423312 or 7370879. OLE color: 7370879.
HSL color Cylindrical-coordinate representation of color #7F7870: hue angle of 32º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F7870 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 112 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.50 |
| HSL | 32º | 0.06% | 0.47% | - |
| HSV(B) | 32º | 0.12% | 0.5% | - |
| XYZ | 18.39 | 19.11 | 18.05 | - |
| YUV | 121.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 112 | 0 | 0.06 | 0.12 | 0.50 | 32 | 0.06 | 0.47 |
| Hex | 7F | 78 | 70 | 0 | 6 | C | 32 | 20 | 6 | 2F |
| Octal | 177 | 170 | 160 | 0 | 6 | 14 | 62 | 40 | 6 | 57 |
| Binary | 1111111 | 1111000 | 1110000 | 0 | 110 | 1100 | 110010 | 100000 | 110 | 101111 |
Color Harmonies of #7F7870
Complementary color
Monochromatic Colors of #7F7870
Black with #7F7870
Text Example
Text Example
White with #7F7870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7870; }
p { color: rgb(127,120,112); }
H1.HeaderClassName
{
color: #7F7870;
}
.AnyTagClassName
{
color: #7F7870;
}
</style>
background-color css
<style>
a { background-color: #7F7870; }
a { background-color: rgb(127,120,112); }
div.DivClassName
{
background-color: #7F7870;
}
.BgClassName
{
background-color: #7F7870;
}
</style>
border-color css
<style>
span { border-color: #7F7870; }
span { border-color: rgb(127,120,112); }
td.TdClassName
{
border-color: #7F7870;
}
.TagClassName
{
border-color: #7F7870;
}
</style>