Shades of Sandstone #746F6B
Tints of Sandstone #746F6B
RGB
CMYK
RGB Variations
Color information
#746F6B (or 0x746F6B) is known color: Sandstone. HEX triplet: 74, 6F and 6B. RGB value is (116,111,107). Sum of RGB (Red+Green+Blue) = 116+111+107=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 116 - color contains mainly: red. Hex color #746F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F6B is #8B9094. Grayscale: #707070. Windows color (decimal): -9146517 or 7040884. OLE color: 7040884.
HSL color Cylindrical-coordinate representation of color #746F6B: hue angle of 26.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #746F6B is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 107 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.55 |
| HSL | 26.67º | 0.04% | 0.44% | - |
| HSV(B) | 26.67º | 0.08% | 0.45% | - |
| XYZ | 15.54 | 16.14 | 16.21 | - |
| YUV | 112.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 107 | 0 | 0.04 | 0.08 | 0.55 | 26.67 | 0.04 | 0.44 |
| Hex | 74 | 6F | 6B | 0 | 4 | 8 | 37 | 1B | 4 | 2C |
| Octal | 164 | 157 | 153 | 0 | 4 | 10 | 67 | 33 | 4 | 54 |
| Binary | 1110100 | 1101111 | 1101011 | 0 | 100 | 1000 | 110111 | 11011 | 100 | 101100 |
Color Harmonies of #746F6B
Complementary color
Monochromatic Colors of #746F6B
Black with #746F6B
Text Example
Text Example
White with #746F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F6B; }
p { color: rgb(116,111,107); }
H1.HeaderClassName
{
color: #746F6B;
}
.AnyTagClassName
{
color: #746F6B;
}
</style>
background-color css
<style>
a { background-color: #746F6B; }
a { background-color: rgb(116,111,107); }
div.DivClassName
{
background-color: #746F6B;
}
.BgClassName
{
background-color: #746F6B;
}
</style>
border-color css
<style>
span { border-color: #746F6B; }
span { border-color: rgb(116,111,107); }
td.TdClassName
{
border-color: #746F6B;
}
.TagClassName
{
border-color: #746F6B;
}
</style>