Shades of Sandstone #74706D
Tints of Sandstone #74706D
RGB
CMYK
RGB Variations
Color information
#74706D (or 0x74706D) is known color: Sandstone. HEX triplet: 74, 70 and 6D. RGB value is (116,112,109). Sum of RGB (Red+Green+Blue) = 116+112+109=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 116 - color contains mainly: red. Hex color #74706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74706D is #8B8F92. Grayscale: #707070. Windows color (decimal): -9146259 or 7172212. OLE color: 7172212.
HSL color Cylindrical-coordinate representation of color #74706D: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #74706D is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 109 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.55 |
| HSL | 25.71º | 0.03% | 0.44% | - |
| HSV(B) | 25.71º | 0.06% | 0.45% | - |
| XYZ | 15.76 | 16.41 | 16.8 | - |
| YUV | 112.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 109 | 0 | 0.03 | 0.06 | 0.55 | 25.71 | 0.03 | 0.44 |
| Hex | 74 | 70 | 6D | 0 | 3 | 6 | 37 | 1A | 3 | 2C |
| Octal | 164 | 160 | 155 | 0 | 3 | 6 | 67 | 32 | 3 | 54 |
| Binary | 1110100 | 1110000 | 1101101 | 0 | 11 | 110 | 110111 | 11010 | 11 | 101100 |
Color Harmonies of #74706D
Complementary color
Monochromatic Colors of #74706D
Black with #74706D
Text Example
Text Example
White with #74706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74706D; }
p { color: rgb(116,112,109); }
H1.HeaderClassName
{
color: #74706D;
}
.AnyTagClassName
{
color: #74706D;
}
</style>
background-color css
<style>
a { background-color: #74706D; }
a { background-color: rgb(116,112,109); }
div.DivClassName
{
background-color: #74706D;
}
.BgClassName
{
background-color: #74706D;
}
</style>
border-color css
<style>
span { border-color: #74706D; }
span { border-color: rgb(116,112,109); }
td.TdClassName
{
border-color: #74706D;
}
.TagClassName
{
border-color: #74706D;
}
</style>