Shades of Sand Dune #7F7568
Tints of Sand Dune #7F7568
RGB
CMYK
RGB Variations
Color information
#7F7568 (or 0x7F7568) is known color: Sand Dune. HEX triplet: 7F, 75 and 68. RGB value is (127,117,104). Sum of RGB (Red+Green+Blue) = 127+117+104=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7568 is #808A97. Grayscale: #767676. Windows color (decimal): -8424088 or 6845823. OLE color: 6845823.
HSL color Cylindrical-coordinate representation of color #7F7568: hue angle of 33.91º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F7568 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 117 | 104 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.50 |
| HSL | 33.91º | 0.1% | 0.45% | - |
| HSV(B) | 33.91º | 0.18% | 0.5% | - |
| XYZ | 17.61 | 18.23 | 15.69 | - |
| YUV | 118.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 117 | 104 | 0 | 0.08 | 0.18 | 0.50 | 33.91 | 0.1 | 0.45 |
| Hex | 7F | 75 | 68 | 0 | 8 | 12 | 32 | 22 | A | 2D |
| Octal | 177 | 165 | 150 | 0 | 10 | 22 | 62 | 42 | 12 | 55 |
| Binary | 1111111 | 1110101 | 1101000 | 0 | 1000 | 10010 | 110010 | 100010 | 1010 | 101101 |
Color Harmonies of #7F7568
Complementary color
Monochromatic Colors of #7F7568
Black with #7F7568
Text Example
Text Example
White with #7F7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7568; }
p { color: rgb(127,117,104); }
H1.HeaderClassName
{
color: #7F7568;
}
.AnyTagClassName
{
color: #7F7568;
}
</style>
background-color css
<style>
a { background-color: #7F7568; }
a { background-color: rgb(127,117,104); }
div.DivClassName
{
background-color: #7F7568;
}
.BgClassName
{
background-color: #7F7568;
}
</style>
border-color css
<style>
span { border-color: #7F7568; }
span { border-color: rgb(127,117,104); }
td.TdClassName
{
border-color: #7F7568;
}
.TagClassName
{
border-color: #7F7568;
}
</style>