Shades of Sandstone #73716E
Tints of Sandstone #73716E
RGB
CMYK
RGB Variations
Color information
#73716E (or 0x73716E) is known color: Sandstone. HEX triplet: 73, 71 and 6E. RGB value is (115,113,110). Sum of RGB (Red+Green+Blue) = 115+113+110=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 115 - color contains mainly: red. Hex color #73716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73716E is #8C8E91. Grayscale: #717171. Windows color (decimal): -9211538 or 7238003. OLE color: 7238003.
HSL color Cylindrical-coordinate representation of color #73716E: hue angle of 36º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #73716E is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 110 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.55 |
| HSL | 36º | 0.02% | 0.44% | - |
| HSV(B) | 36º | 0.04% | 0.45% | - |
| XYZ | 15.79 | 16.58 | 17.12 | - |
| YUV | 113.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 110 | 0 | 0.02 | 0.04 | 0.55 | 36 | 0.02 | 0.44 |
| Hex | 73 | 71 | 6E | 0 | 2 | 4 | 37 | 24 | 2 | 2C |
| Octal | 163 | 161 | 156 | 0 | 2 | 4 | 67 | 44 | 2 | 54 |
| Binary | 1110011 | 1110001 | 1101110 | 0 | 10 | 100 | 110111 | 100100 | 10 | 101100 |
Color Harmonies of #73716E
Complementary color
Monochromatic Colors of #73716E
Black with #73716E
Text Example
Text Example
White with #73716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73716E; }
p { color: rgb(115,113,110); }
H1.HeaderClassName
{
color: #73716E;
}
.AnyTagClassName
{
color: #73716E;
}
</style>
background-color css
<style>
a { background-color: #73716E; }
a { background-color: rgb(115,113,110); }
div.DivClassName
{
background-color: #73716E;
}
.BgClassName
{
background-color: #73716E;
}
</style>
border-color css
<style>
span { border-color: #73716E; }
span { border-color: rgb(115,113,110); }
td.TdClassName
{
border-color: #73716E;
}
.TagClassName
{
border-color: #73716E;
}
</style>