Shades of Sandstone #746E67
Tints of Sandstone #746E67
RGB
CMYK
RGB Variations
Color information
#746E67 (or 0x746E67) is known color: Sandstone. HEX triplet: 74, 6E and 67. RGB value is (116,110,103). Sum of RGB (Red+Green+Blue) = 116+110+103=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 116 - color contains mainly: red. Hex color #746E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E67 is #8B9198. Grayscale: #6F6F6F. Windows color (decimal): -9146777 or 6778484. OLE color: 6778484.
HSL color Cylindrical-coordinate representation of color #746E67: hue angle of 32.31º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #746E67 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 103 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.55 |
| HSL | 32.31º | 0.06% | 0.43% | - |
| HSV(B) | 32.31º | 0.11% | 0.45% | - |
| XYZ | 15.23 | 15.84 | 15.09 | - |
| YUV | 111 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 103 | 0 | 0.05 | 0.11 | 0.55 | 32.31 | 0.06 | 0.43 |
| Hex | 74 | 6E | 67 | 0 | 5 | B | 37 | 20 | 6 | 2B |
| Octal | 164 | 156 | 147 | 0 | 5 | 13 | 67 | 40 | 6 | 53 |
| Binary | 1110100 | 1101110 | 1100111 | 0 | 101 | 1011 | 110111 | 100000 | 110 | 101011 |
Color Harmonies of #746E67
Complementary color
Monochromatic Colors of #746E67
Black with #746E67
Text Example
Text Example
White with #746E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E67; }
p { color: rgb(116,110,103); }
H1.HeaderClassName
{
color: #746E67;
}
.AnyTagClassName
{
color: #746E67;
}
</style>
background-color css
<style>
a { background-color: #746E67; }
a { background-color: rgb(116,110,103); }
div.DivClassName
{
background-color: #746E67;
}
.BgClassName
{
background-color: #746E67;
}
</style>
border-color css
<style>
span { border-color: #746E67; }
span { border-color: rgb(116,110,103); }
td.TdClassName
{
border-color: #746E67;
}
.TagClassName
{
border-color: #746E67;
}
</style>