Shades of Sandstone #756B5D
Tints of Sandstone #756B5D
RGB
CMYK
RGB Variations
Color information
#756B5D (or 0x756B5D) is known color: Sandstone. HEX triplet: 75, 6B and 5D. RGB value is (117,107,93). Sum of RGB (Red+Green+Blue) = 117+107+93=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #756B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B5D is #8A94A2. Grayscale: #6C6C6C. Windows color (decimal): -9082019 or 6122357. OLE color: 6122357.
HSL color Cylindrical-coordinate representation of color #756B5D: hue angle of 35º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #756B5D is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
RGB | 117 | 107 | 93 | - |
CMYK | 0 | 0.09 | 0.21 | 0.54 |
HSL | 35º | 0.11% | 0.41% | - |
HSV(B) | 35º | 0.21% | 0.46% | - |
XYZ | 14.57 | 15.09 | 12.5 | - |
YUV | 108.39 | 119.31 | 134.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 117 | 107 | 93 | 0 | 0.09 | 0.21 | 0.54 | 35 | 0.11 | 0.41 |
Hex | 75 | 6B | 5D | 0 | 9 | 15 | 36 | 23 | B | 29 |
Octal | 165 | 153 | 135 | 0 | 11 | 25 | 66 | 43 | 13 | 51 |
Binary | 1110101 | 1101011 | 1011101 | 0 | 1001 | 10101 | 110110 | 100011 | 1011 | 101001 |
Color Harmonies of #756B5D
Complementary color
Monochromatic Colors of #756B5D
Black with #756B5D
Text Example
Text Example
White with #756B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B5D; }
p { color: rgb(117,107,93); }
H1.HeaderClassName
{
color: #756B5D;
}
.AnyTagClassName
{
color: #756B5D;
}
</style>
background-color css
<style>
a { background-color: #756B5D; }
a { background-color: rgb(117,107,93); }
div.DivClassName
{
background-color: #756B5D;
}
.BgClassName
{
background-color: #756B5D;
}
</style>
border-color css
<style>
span { border-color: #756B5D; }
span { border-color: rgb(117,107,93); }
td.TdClassName
{
border-color: #756B5D;
}
.TagClassName
{
border-color: #756B5D;
}
</style>