Shades of Sandstone #7A7267
Tints of Sandstone #7A7267
RGB
CMYK
RGB Variations
Color information
#7A7267 (or 0x7A7267) is known color: Sandstone. HEX triplet: 7A, 72 and 67. RGB value is (122,114,103). Sum of RGB (Red+Green+Blue) = 122+114+103=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7267 is #858D98. Grayscale: #737373. Windows color (decimal): -8752537 or 6779514. OLE color: 6779514.
HSL color Cylindrical-coordinate representation of color #7A7267: hue angle of 34.74º 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 #7A7267 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 103 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.52 |
| HSL | 34.74º | 0.08% | 0.44% | - |
| HSV(B) | 34.74º | 0.16% | 0.48% | - |
| XYZ | 16.49 | 17.15 | 15.27 | - |
| YUV | 115.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 103 | 0 | 0.07 | 0.16 | 0.52 | 34.74 | 0.08 | 0.44 |
| Hex | 7A | 72 | 67 | 0 | 7 | 10 | 34 | 23 | 8 | 2C |
| Octal | 172 | 162 | 147 | 0 | 7 | 20 | 64 | 43 | 10 | 54 |
| Binary | 1111010 | 1110010 | 1100111 | 0 | 111 | 10000 | 110100 | 100011 | 1000 | 101100 |
Color Harmonies of #7A7267
Complementary color
Monochromatic Colors of #7A7267
Black with #7A7267
Text Example
Text Example
White with #7A7267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7267; }
p { color: rgb(122,114,103); }
H1.HeaderClassName
{
color: #7A7267;
}
.AnyTagClassName
{
color: #7A7267;
}
</style>
background-color css
<style>
a { background-color: #7A7267; }
a { background-color: rgb(122,114,103); }
div.DivClassName
{
background-color: #7A7267;
}
.BgClassName
{
background-color: #7A7267;
}
</style>
border-color css
<style>
span { border-color: #7A7267; }
span { border-color: rgb(122,114,103); }
td.TdClassName
{
border-color: #7A7267;
}
.TagClassName
{
border-color: #7A7267;
}
</style>