Shades of Sandstone #746E6A
Tints of Sandstone #746E6A
RGB
CMYK
RGB Variations
Color information
#746E6A (or 0x746E6A) is known color: Sandstone. HEX triplet: 74, 6E and 6A. RGB value is (116,110,106). Sum of RGB (Red+Green+Blue) = 116+110+106=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 116 - color contains mainly: red. Hex color #746E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E6A is #8B9195. Grayscale: #6F6F6F. Windows color (decimal): -9146774 or 6975092. OLE color: 6975092.
HSL color Cylindrical-coordinate representation of color #746E6A: hue angle of 24º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #746E6A is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 106 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.55 |
| HSL | 24º | 0.05% | 0.44% | - |
| HSV(B) | 24º | 0.09% | 0.45% | - |
| XYZ | 15.38 | 15.91 | 15.9 | - |
| YUV | 111.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 106 | 0 | 0.05 | 0.09 | 0.55 | 24 | 0.05 | 0.44 |
| Hex | 74 | 6E | 6A | 0 | 5 | 9 | 37 | 18 | 5 | 2C |
| Octal | 164 | 156 | 152 | 0 | 5 | 11 | 67 | 30 | 5 | 54 |
| Binary | 1110100 | 1101110 | 1101010 | 0 | 101 | 1001 | 110111 | 11000 | 101 | 101100 |
Color Harmonies of #746E6A
Complementary color
Monochromatic Colors of #746E6A
Black with #746E6A
Text Example
Text Example
White with #746E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E6A; }
p { color: rgb(116,110,106); }
H1.HeaderClassName
{
color: #746E6A;
}
.AnyTagClassName
{
color: #746E6A;
}
</style>
background-color css
<style>
a { background-color: #746E6A; }
a { background-color: rgb(116,110,106); }
div.DivClassName
{
background-color: #746E6A;
}
.BgClassName
{
background-color: #746E6A;
}
</style>
border-color css
<style>
span { border-color: #746E6A; }
span { border-color: rgb(116,110,106); }
td.TdClassName
{
border-color: #746E6A;
}
.TagClassName
{
border-color: #746E6A;
}
</style>