Shades of Sandstone #7A6C5E
Tints of Sandstone #7A6C5E
RGB
CMYK
RGB Variations
Color information
#7A6C5E (or 0x7A6C5E) is known color: Sandstone. HEX triplet: 7A, 6C and 5E. RGB value is (122,108,94). Sum of RGB (Red+Green+Blue) = 122+108+94=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6C5E is #8593A1. Grayscale: #6E6E6E. Windows color (decimal): -8754082 or 6188154. OLE color: 6188154.
HSL color Cylindrical-coordinate representation of color #7A6C5E: hue angle of 30º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A6C5E is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
RGB | 122 | 108 | 94 | - |
CMYK | 0 | 0.11 | 0.23 | 0.52 |
HSL | 30º | 0.13% | 0.42% | - |
HSV(B) | 30º | 0.23% | 0.48% | - |
XYZ | 15.41 | 15.67 | 12.8 | - |
YUV | 110.59 | 118.64 | 136.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 108 | 94 | 0 | 0.11 | 0.23 | 0.52 | 30 | 0.13 | 0.42 |
Hex | 7A | 6C | 5E | 0 | B | 17 | 34 | 1E | D | 2A |
Octal | 172 | 154 | 136 | 0 | 13 | 27 | 64 | 36 | 15 | 52 |
Binary | 1111010 | 1101100 | 1011110 | 0 | 1011 | 10111 | 110100 | 11110 | 1101 | 101010 |
Color Harmonies of #7A6C5E
Complementary color
Monochromatic Colors of #7A6C5E
Black with #7A6C5E
Text Example
Text Example
White with #7A6C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6C5E; }
p { color: rgb(122,108,94); }
H1.HeaderClassName
{
color: #7A6C5E;
}
.AnyTagClassName
{
color: #7A6C5E;
}
</style>
background-color css
<style>
a { background-color: #7A6C5E; }
a { background-color: rgb(122,108,94); }
div.DivClassName
{
background-color: #7A6C5E;
}
.BgClassName
{
background-color: #7A6C5E;
}
</style>
border-color css
<style>
span { border-color: #7A6C5E; }
span { border-color: rgb(122,108,94); }
td.TdClassName
{
border-color: #7A6C5E;
}
.TagClassName
{
border-color: #7A6C5E;
}
</style>