Shades of Sandstone #7A6B58
Tints of Sandstone #7A6B58
RGB
CMYK
RGB Variations
Color information
#7A6B58 (or 0x7A6B58) is known color: Sandstone. HEX triplet: 7A, 6B and 58. RGB value is (122,107,88). Sum of RGB (Red+Green+Blue) = 122+107+88=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B58 is #8594A7. Grayscale: #6D6D6D. Windows color (decimal): -8754344 or 5794682. OLE color: 5794682.
HSL color Cylindrical-coordinate representation of color #7A6B58: hue angle of 33.53º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A6B58 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 107 | 88 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.52 |
| HSL | 33.53º | 0.16% | 0.41% | - |
| HSV(B) | 33.53º | 0.28% | 0.48% | - |
| XYZ | 15.05 | 15.36 | 11.4 | - |
| YUV | 109.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 88 | 0 | 0.12 | 0.28 | 0.52 | 33.53 | 0.16 | 0.41 |
| Hex | 7A | 6B | 58 | 0 | C | 1C | 34 | 22 | 10 | 29 |
| Octal | 172 | 153 | 130 | 0 | 14 | 34 | 64 | 42 | 20 | 51 |
| Binary | 1111010 | 1101011 | 1011000 | 0 | 1100 | 11100 | 110100 | 100010 | 10000 | 101001 |
Color Harmonies of #7A6B58
Complementary color
Monochromatic Colors of #7A6B58
Black with #7A6B58
Text Example
Text Example
White with #7A6B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B58; }
p { color: rgb(122,107,88); }
H1.HeaderClassName
{
color: #7A6B58;
}
.AnyTagClassName
{
color: #7A6B58;
}
</style>
background-color css
<style>
a { background-color: #7A6B58; }
a { background-color: rgb(122,107,88); }
div.DivClassName
{
background-color: #7A6B58;
}
.BgClassName
{
background-color: #7A6B58;
}
</style>
border-color css
<style>
span { border-color: #7A6B58; }
span { border-color: rgb(122,107,88); }
td.TdClassName
{
border-color: #7A6B58;
}
.TagClassName
{
border-color: #7A6B58;
}
</style>