Shades of Sandstone #756A5C
Tints of Sandstone #756A5C
RGB
CMYK
RGB Variations
Color information
#756A5C (or 0x756A5C) is known color: Sandstone. HEX triplet: 75, 6A and 5C. RGB value is (117,106,92). Sum of RGB (Red+Green+Blue) = 117+106+92=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A5C is #8A95A3. Grayscale: #6B6B6B. Windows color (decimal): -9082276 or 6056565. OLE color: 6056565.
HSL color Cylindrical-coordinate representation of color #756A5C: hue angle of 33.6º degrees, saturation: 0.12, 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 #756A5C is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 92 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.54 |
| HSL | 33.6º | 0.12% | 0.41% | - |
| HSV(B) | 33.6º | 0.21% | 0.46% | - |
| XYZ | 14.42 | 14.86 | 12.23 | - |
| YUV | 107.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 92 | 0 | 0.09 | 0.21 | 0.54 | 33.6 | 0.12 | 0.41 |
| Hex | 75 | 6A | 5C | 0 | 9 | 15 | 36 | 22 | C | 29 |
| Octal | 165 | 152 | 134 | 0 | 11 | 25 | 66 | 42 | 14 | 51 |
| Binary | 1110101 | 1101010 | 1011100 | 0 | 1001 | 10101 | 110110 | 100010 | 1100 | 101001 |
Color Harmonies of #756A5C
Complementary color
Monochromatic Colors of #756A5C
Black with #756A5C
Text Example
Text Example
White with #756A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A5C; }
p { color: rgb(117,106,92); }
H1.HeaderClassName
{
color: #756A5C;
}
.AnyTagClassName
{
color: #756A5C;
}
</style>
background-color css
<style>
a { background-color: #756A5C; }
a { background-color: rgb(117,106,92); }
div.DivClassName
{
background-color: #756A5C;
}
.BgClassName
{
background-color: #756A5C;
}
</style>
border-color css
<style>
span { border-color: #756A5C; }
span { border-color: rgb(117,106,92); }
td.TdClassName
{
border-color: #756A5C;
}
.TagClassName
{
border-color: #756A5C;
}
</style>