Shades of Sandstone #7A7067
Tints of Sandstone #7A7067
RGB
CMYK
RGB Variations
Color information
#7A7067 (or 0x7A7067) is known color: Sandstone. HEX triplet: 7A, 70 and 67. RGB value is (122,112,103). Sum of RGB (Red+Green+Blue) = 122+112+103=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7067 is #858F98. Grayscale: #727272. Windows color (decimal): -8753049 or 6779002. OLE color: 6779002.
HSL color Cylindrical-coordinate representation of color #7A7067: hue angle of 28.42º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A7067 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 103 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.52 |
| HSL | 28.42º | 0.08% | 0.44% | - |
| HSV(B) | 28.42º | 0.16% | 0.48% | - |
| XYZ | 16.27 | 16.71 | 15.2 | - |
| YUV | 113.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 103 | 0 | 0.08 | 0.16 | 0.52 | 28.42 | 0.08 | 0.44 |
| Hex | 7A | 70 | 67 | 0 | 8 | 10 | 34 | 1C | 8 | 2C |
| Octal | 172 | 160 | 147 | 0 | 10 | 20 | 64 | 34 | 10 | 54 |
| Binary | 1111010 | 1110000 | 1100111 | 0 | 1000 | 10000 | 110100 | 11100 | 1000 | 101100 |
Color Harmonies of #7A7067
Complementary color
Monochromatic Colors of #7A7067
Black with #7A7067
Text Example
Text Example
White with #7A7067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7067; }
p { color: rgb(122,112,103); }
H1.HeaderClassName
{
color: #7A7067;
}
.AnyTagClassName
{
color: #7A7067;
}
</style>
background-color css
<style>
a { background-color: #7A7067; }
a { background-color: rgb(122,112,103); }
div.DivClassName
{
background-color: #7A7067;
}
.BgClassName
{
background-color: #7A7067;
}
</style>
border-color css
<style>
span { border-color: #7A7067; }
span { border-color: rgb(122,112,103); }
td.TdClassName
{
border-color: #7A7067;
}
.TagClassName
{
border-color: #7A7067;
}
</style>