Shades of Sandstone #747372
Tints of Sandstone #747372
RGB
CMYK
RGB Variations
Color information
#747372 (or 0x747372) is known color: Sandstone. HEX triplet: 74, 73 and 72. RGB value is (116,115,114). Sum of RGB (Red+Green+Blue) = 116+115+114=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 116 - color contains mainly: red. Hex color #747372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747372 is #8B8C8D. Grayscale: #737373. Windows color (decimal): -9145486 or 7500660. OLE color: 7500660.
HSL color Cylindrical-coordinate representation of color #747372: hue angle of 30º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #747372 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 114 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.55 |
| HSL | 30º | 0.01% | 0.45% | - |
| HSV(B) | 30º | 0.02% | 0.45% | - |
| XYZ | 16.37 | 17.19 | 18.37 | - |
| YUV | 115.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 114 | 0 | 0.01 | 0.02 | 0.55 | 30 | 0.01 | 0.45 |
| Hex | 74 | 73 | 72 | 0 | 1 | 2 | 37 | 1E | 1 | 2D |
| Octal | 164 | 163 | 162 | 0 | 1 | 2 | 67 | 36 | 1 | 55 |
| Binary | 1110100 | 1110011 | 1110010 | 0 | 1 | 10 | 110111 | 11110 | 1 | 101101 |
Color Harmonies of #747372
Complementary color
Monochromatic Colors of #747372
Black with #747372
Text Example
Text Example
White with #747372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747372; }
p { color: rgb(116,115,114); }
H1.HeaderClassName
{
color: #747372;
}
.AnyTagClassName
{
color: #747372;
}
</style>
background-color css
<style>
a { background-color: #747372; }
a { background-color: rgb(116,115,114); }
div.DivClassName
{
background-color: #747372;
}
.BgClassName
{
background-color: #747372;
}
</style>
border-color css
<style>
span { border-color: #747372; }
span { border-color: rgb(116,115,114); }
td.TdClassName
{
border-color: #747372;
}
.TagClassName
{
border-color: #747372;
}
</style>