Shades of Sandstone #746A5D
Tints of Sandstone #746A5D
RGB
CMYK
RGB Variations
Color information
#746A5D (or 0x746A5D) is known color: Sandstone. HEX triplet: 74, 6A and 5D. RGB value is (116,106,93). Sum of RGB (Red+Green+Blue) = 116+106+93=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #746A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A5D is #8B95A2. Grayscale: #6B6B6B. Windows color (decimal): -9147811 or 6122100. OLE color: 6122100.
HSL color Cylindrical-coordinate representation of color #746A5D: hue angle of 33.91º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #746A5D is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 106 | 93 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.55 |
| HSL | 33.91º | 0.11% | 0.41% | - |
| HSV(B) | 33.91º | 0.2% | 0.45% | - |
| XYZ | 14.33 | 14.81 | 12.46 | - |
| YUV | 107.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 106 | 93 | 0 | 0.09 | 0.20 | 0.55 | 33.91 | 0.11 | 0.41 |
| Hex | 74 | 6A | 5D | 0 | 9 | 14 | 37 | 22 | B | 29 |
| Octal | 164 | 152 | 135 | 0 | 11 | 24 | 67 | 42 | 13 | 51 |
| Binary | 1110100 | 1101010 | 1011101 | 0 | 1001 | 10100 | 110111 | 100010 | 1011 | 101001 |
Color Harmonies of #746A5D
Complementary color
Monochromatic Colors of #746A5D
Black with #746A5D
Text Example
Text Example
White with #746A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A5D; }
p { color: rgb(116,106,93); }
H1.HeaderClassName
{
color: #746A5D;
}
.AnyTagClassName
{
color: #746A5D;
}
</style>
background-color css
<style>
a { background-color: #746A5D; }
a { background-color: rgb(116,106,93); }
div.DivClassName
{
background-color: #746A5D;
}
.BgClassName
{
background-color: #746A5D;
}
</style>
border-color css
<style>
span { border-color: #746A5D; }
span { border-color: rgb(116,106,93); }
td.TdClassName
{
border-color: #746A5D;
}
.TagClassName
{
border-color: #746A5D;
}
</style>