Shades of Sandstone #746F6C
Tints of Sandstone #746F6C
RGB
CMYK
RGB Variations
Color information
#746F6C (or 0x746F6C) is known color: Sandstone. HEX triplet: 74, 6F and 6C. RGB value is (116,111,108). Sum of RGB (Red+Green+Blue) = 116+111+108=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 116 - color contains mainly: red. Hex color #746F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F6C is #8B9093. Grayscale: #707070. Windows color (decimal): -9146516 or 7106420. OLE color: 7106420.
HSL color Cylindrical-coordinate representation of color #746F6C: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #746F6C is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 108 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.55 |
| HSL | 22.5º | 0.04% | 0.44% | - |
| HSV(B) | 22.5º | 0.07% | 0.45% | - |
| XYZ | 15.59 | 16.16 | 16.49 | - |
| YUV | 112.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 108 | 0 | 0.04 | 0.07 | 0.55 | 22.5 | 0.04 | 0.44 |
| Hex | 74 | 6F | 6C | 0 | 4 | 7 | 37 | 16 | 4 | 2C |
| Octal | 164 | 157 | 154 | 0 | 4 | 7 | 67 | 26 | 4 | 54 |
| Binary | 1110100 | 1101111 | 1101100 | 0 | 100 | 111 | 110111 | 10110 | 100 | 101100 |
Color Harmonies of #746F6C
Complementary color
Monochromatic Colors of #746F6C
Black with #746F6C
Text Example
Text Example
White with #746F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F6C; }
p { color: rgb(116,111,108); }
H1.HeaderClassName
{
color: #746F6C;
}
.AnyTagClassName
{
color: #746F6C;
}
</style>
background-color css
<style>
a { background-color: #746F6C; }
a { background-color: rgb(116,111,108); }
div.DivClassName
{
background-color: #746F6C;
}
.BgClassName
{
background-color: #746F6C;
}
</style>
border-color css
<style>
span { border-color: #746F6C; }
span { border-color: rgb(116,111,108); }
td.TdClassName
{
border-color: #746F6C;
}
.TagClassName
{
border-color: #746F6C;
}
</style>