Shades of Sandstone #7A6F63
Tints of Sandstone #7A6F63
RGB
CMYK
RGB Variations
Color information
#7A6F63 (or 0x7A6F63) is known color: Sandstone. HEX triplet: 7A, 6F and 63. RGB value is (122,111,99). Sum of RGB (Red+Green+Blue) = 122+111+99=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6F63 is #85909C. Grayscale: #707070. Windows color (decimal): -8753309 or 6516602. OLE color: 6516602.
HSL color Cylindrical-coordinate representation of color #7A6F63: hue angle of 31.3º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A6F63 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 99 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.52 |
| HSL | 31.3º | 0.1% | 0.43% | - |
| HSV(B) | 31.3º | 0.19% | 0.48% | - |
| XYZ | 15.96 | 16.41 | 14.13 | - |
| YUV | 112.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 99 | 0 | 0.09 | 0.19 | 0.52 | 31.3 | 0.1 | 0.43 |
| Hex | 7A | 6F | 63 | 0 | 9 | 13 | 34 | 1F | A | 2B |
| Octal | 172 | 157 | 143 | 0 | 11 | 23 | 64 | 37 | 12 | 53 |
| Binary | 1111010 | 1101111 | 1100011 | 0 | 1001 | 10011 | 110100 | 11111 | 1010 | 101011 |
Color Harmonies of #7A6F63
Complementary color
Monochromatic Colors of #7A6F63
Black with #7A6F63
Text Example
Text Example
White with #7A6F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F63; }
p { color: rgb(122,111,99); }
H1.HeaderClassName
{
color: #7A6F63;
}
.AnyTagClassName
{
color: #7A6F63;
}
</style>
background-color css
<style>
a { background-color: #7A6F63; }
a { background-color: rgb(122,111,99); }
div.DivClassName
{
background-color: #7A6F63;
}
.BgClassName
{
background-color: #7A6F63;
}
</style>
border-color css
<style>
span { border-color: #7A6F63; }
span { border-color: rgb(122,111,99); }
td.TdClassName
{
border-color: #7A6F63;
}
.TagClassName
{
border-color: #7A6F63;
}
</style>