Shades of Sandstone #746B5E
Tints of Sandstone #746B5E
RGB
CMYK
RGB Variations
Color information
#746B5E (or 0x746B5E) is known color: Sandstone. HEX triplet: 74, 6B and 5E. RGB value is (116,107,94). Sum of RGB (Red+Green+Blue) = 116+107+94=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 116 - color contains mainly: red. Hex color #746B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B5E is #8B94A1. Grayscale: #6C6C6C. Windows color (decimal): -9147554 or 6187892. OLE color: 6187892.
HSL color Cylindrical-coordinate representation of color #746B5E: hue angle of 35.45º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #746B5E is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
RGB | 116 | 107 | 94 | - |
CMYK | 0 | 0.08 | 0.19 | 0.55 |
HSL | 35.45º | 0.1% | 0.41% | - |
HSV(B) | 35.45º | 0.19% | 0.45% | - |
XYZ | 14.48 | 15.04 | 12.73 | - |
YUV | 108.21 | 119.98 | 133.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 116 | 107 | 94 | 0 | 0.08 | 0.19 | 0.55 | 35.45 | 0.1 | 0.41 |
Hex | 74 | 6B | 5E | 0 | 8 | 13 | 37 | 23 | A | 29 |
Octal | 164 | 153 | 136 | 0 | 10 | 23 | 67 | 43 | 12 | 51 |
Binary | 1110100 | 1101011 | 1011110 | 0 | 1000 | 10011 | 110111 | 100011 | 1010 | 101001 |
Color Harmonies of #746B5E
Complementary color
Monochromatic Colors of #746B5E
Black with #746B5E
Text Example
Text Example
White with #746B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B5E; }
p { color: rgb(116,107,94); }
H1.HeaderClassName
{
color: #746B5E;
}
.AnyTagClassName
{
color: #746B5E;
}
</style>
background-color css
<style>
a { background-color: #746B5E; }
a { background-color: rgb(116,107,94); }
div.DivClassName
{
background-color: #746B5E;
}
.BgClassName
{
background-color: #746B5E;
}
</style>
border-color css
<style>
span { border-color: #746B5E; }
span { border-color: rgb(116,107,94); }
td.TdClassName
{
border-color: #746B5E;
}
.TagClassName
{
border-color: #746B5E;
}
</style>