Shades of Sandstone #746F66
Tints of Sandstone #746F66
RGB
CMYK
RGB Variations
Color information
#746F66 (or 0x746F66) is known color: Sandstone. HEX triplet: 74, 6F and 66. RGB value is (116,111,102). Sum of RGB (Red+Green+Blue) = 116+111+102=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 116 - color contains mainly: red. Hex color #746F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F66 is #8B9099. Grayscale: #6F6F6F. Windows color (decimal): -9146522 or 6713204. OLE color: 6713204.
HSL color Cylindrical-coordinate representation of color #746F66: hue angle of 38.57º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #746F66 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 102 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.55 |
| HSL | 38.57º | 0.06% | 0.43% | - |
| HSV(B) | 38.57º | 0.12% | 0.45% | - |
| XYZ | 15.29 | 16.04 | 14.86 | - |
| YUV | 111.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 102 | 0 | 0.04 | 0.12 | 0.55 | 38.57 | 0.06 | 0.43 |
| Hex | 74 | 6F | 66 | 0 | 4 | C | 37 | 27 | 6 | 2B |
| Octal | 164 | 157 | 146 | 0 | 4 | 14 | 67 | 47 | 6 | 53 |
| Binary | 1110100 | 1101111 | 1100110 | 0 | 100 | 1100 | 110111 | 100111 | 110 | 101011 |
Color Harmonies of #746F66
Complementary color
Monochromatic Colors of #746F66
Black with #746F66
Text Example
Text Example
White with #746F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F66; }
p { color: rgb(116,111,102); }
H1.HeaderClassName
{
color: #746F66;
}
.AnyTagClassName
{
color: #746F66;
}
</style>
background-color css
<style>
a { background-color: #746F66; }
a { background-color: rgb(116,111,102); }
div.DivClassName
{
background-color: #746F66;
}
.BgClassName
{
background-color: #746F66;
}
</style>
border-color css
<style>
span { border-color: #746F66; }
span { border-color: rgb(116,111,102); }
td.TdClassName
{
border-color: #746F66;
}
.TagClassName
{
border-color: #746F66;
}
</style>