Shades of Sandstone #7C7267
Tints of Sandstone #7C7267
RGB
CMYK
RGB Variations
Color information
#7C7267 (or 0x7C7267) is known color: Sandstone. HEX triplet: 7C, 72 and 67. RGB value is (124,114,103). Sum of RGB (Red+Green+Blue) = 124+114+103=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7267 is #838D98. Grayscale: #737373. Windows color (decimal): -8621465 or 6779516. OLE color: 6779516.
HSL color Cylindrical-coordinate representation of color #7C7267: hue angle of 31.43º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C7267 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 103 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.51 |
| HSL | 31.43º | 0.09% | 0.45% | - |
| HSV(B) | 31.43º | 0.17% | 0.49% | - |
| XYZ | 16.78 | 17.3 | 15.29 | - |
| YUV | 115.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 103 | 0 | 0.08 | 0.17 | 0.51 | 31.43 | 0.09 | 0.45 |
| Hex | 7C | 72 | 67 | 0 | 8 | 11 | 33 | 1F | 9 | 2D |
| Octal | 174 | 162 | 147 | 0 | 10 | 21 | 63 | 37 | 11 | 55 |
| Binary | 1111100 | 1110010 | 1100111 | 0 | 1000 | 10001 | 110011 | 11111 | 1001 | 101101 |
Color Harmonies of #7C7267
Complementary color
Monochromatic Colors of #7C7267
Black with #7C7267
Text Example
Text Example
White with #7C7267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7267; }
p { color: rgb(124,114,103); }
H1.HeaderClassName
{
color: #7C7267;
}
.AnyTagClassName
{
color: #7C7267;
}
</style>
background-color css
<style>
a { background-color: #7C7267; }
a { background-color: rgb(124,114,103); }
div.DivClassName
{
background-color: #7C7267;
}
.BgClassName
{
background-color: #7C7267;
}
</style>
border-color css
<style>
span { border-color: #7C7267; }
span { border-color: rgb(124,114,103); }
td.TdClassName
{
border-color: #7C7267;
}
.TagClassName
{
border-color: #7C7267;
}
</style>