Shades of Sandstone #746F68
Tints of Sandstone #746F68
RGB
CMYK
RGB Variations
Color information
#746F68 (or 0x746F68) is known color: Sandstone. HEX triplet: 74, 6F and 68. RGB value is (116,111,104). Sum of RGB (Red+Green+Blue) = 116+111+104=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 116 - color contains mainly: red. Hex color #746F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F68 is #8B9097. Grayscale: #6F6F6F. Windows color (decimal): -9146520 or 6844276. OLE color: 6844276.
HSL color Cylindrical-coordinate representation of color #746F68: hue angle of 35º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #746F68 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 104 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.55 |
| HSL | 35º | 0.05% | 0.43% | - |
| HSV(B) | 35º | 0.1% | 0.45% | - |
| XYZ | 15.39 | 16.08 | 15.39 | - |
| YUV | 111.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 104 | 0 | 0.04 | 0.10 | 0.55 | 35 | 0.05 | 0.43 |
| Hex | 74 | 6F | 68 | 0 | 4 | A | 37 | 23 | 5 | 2B |
| Octal | 164 | 157 | 150 | 0 | 4 | 12 | 67 | 43 | 5 | 53 |
| Binary | 1110100 | 1101111 | 1101000 | 0 | 100 | 1010 | 110111 | 100011 | 101 | 101011 |
Color Harmonies of #746F68
Complementary color
Monochromatic Colors of #746F68
Black with #746F68
Text Example
Text Example
White with #746F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F68; }
p { color: rgb(116,111,104); }
H1.HeaderClassName
{
color: #746F68;
}
.AnyTagClassName
{
color: #746F68;
}
</style>
background-color css
<style>
a { background-color: #746F68; }
a { background-color: rgb(116,111,104); }
div.DivClassName
{
background-color: #746F68;
}
.BgClassName
{
background-color: #746F68;
}
</style>
border-color css
<style>
span { border-color: #746F68; }
span { border-color: rgb(116,111,104); }
td.TdClassName
{
border-color: #746F68;
}
.TagClassName
{
border-color: #746F68;
}
</style>