Shades of Sandstone #746C67
Tints of Sandstone #746C67
RGB
CMYK
RGB Variations
Color information
#746C67 (or 0x746C67) is known color: Sandstone. HEX triplet: 74, 6C and 67. RGB value is (116,108,103). Sum of RGB (Red+Green+Blue) = 116+108+103=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 116 - color contains mainly: red. Hex color #746C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C67 is #8B9398. Grayscale: #6D6D6D. Windows color (decimal): -9147289 or 6777972. OLE color: 6777972.
HSL color Cylindrical-coordinate representation of color #746C67: hue angle of 23.08º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #746C67 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 103 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.55 |
| HSL | 23.08º | 0.06% | 0.43% | - |
| HSV(B) | 23.08º | 0.11% | 0.45% | - |
| XYZ | 15.01 | 15.42 | 15.02 | - |
| YUV | 109.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 103 | 0 | 0.07 | 0.11 | 0.55 | 23.08 | 0.06 | 0.43 |
| Hex | 74 | 6C | 67 | 0 | 7 | B | 37 | 17 | 6 | 2B |
| Octal | 164 | 154 | 147 | 0 | 7 | 13 | 67 | 27 | 6 | 53 |
| Binary | 1110100 | 1101100 | 1100111 | 0 | 111 | 1011 | 110111 | 10111 | 110 | 101011 |
Color Harmonies of #746C67
Complementary color
Monochromatic Colors of #746C67
Black with #746C67
Text Example
Text Example
White with #746C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C67; }
p { color: rgb(116,108,103); }
H1.HeaderClassName
{
color: #746C67;
}
.AnyTagClassName
{
color: #746C67;
}
</style>
background-color css
<style>
a { background-color: #746C67; }
a { background-color: rgb(116,108,103); }
div.DivClassName
{
background-color: #746C67;
}
.BgClassName
{
background-color: #746C67;
}
</style>
border-color css
<style>
span { border-color: #746C67; }
span { border-color: rgb(116,108,103); }
td.TdClassName
{
border-color: #746C67;
}
.TagClassName
{
border-color: #746C67;
}
</style>