Shades of Sandstone #75695A
Tints of Sandstone #75695A
RGB
CMYK
RGB Variations
Color information
#75695A (or 0x75695A) is known color: Sandstone. HEX triplet: 75, 69 and 5A. RGB value is (117,105,90). Sum of RGB (Red+Green+Blue) = 117+105+90=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #75695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75695A is #8A96A5. Grayscale: #6A6A6A. Windows color (decimal): -9082534 or 5925237. OLE color: 5925237.
HSL color Cylindrical-coordinate representation of color #75695A: hue angle of 33.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75695A is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 105 | 90 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.54 |
| HSL | 33.33º | 0.13% | 0.41% | - |
| HSV(B) | 33.33º | 0.23% | 0.46% | - |
| XYZ | 14.23 | 14.62 | 11.75 | - |
| YUV | 106.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 105 | 90 | 0 | 0.10 | 0.23 | 0.54 | 33.33 | 0.13 | 0.41 |
| Hex | 75 | 69 | 5A | 0 | A | 17 | 36 | 21 | D | 29 |
| Octal | 165 | 151 | 132 | 0 | 12 | 27 | 66 | 41 | 15 | 51 |
| Binary | 1110101 | 1101001 | 1011010 | 0 | 1010 | 10111 | 110110 | 100001 | 1101 | 101001 |
Color Harmonies of #75695A
Complementary color
Monochromatic Colors of #75695A
Black with #75695A
Text Example
Text Example
White with #75695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75695A; }
p { color: rgb(117,105,90); }
H1.HeaderClassName
{
color: #75695A;
}
.AnyTagClassName
{
color: #75695A;
}
</style>
background-color css
<style>
a { background-color: #75695A; }
a { background-color: rgb(117,105,90); }
div.DivClassName
{
background-color: #75695A;
}
.BgClassName
{
background-color: #75695A;
}
</style>
border-color css
<style>
span { border-color: #75695A; }
span { border-color: rgb(117,105,90); }
td.TdClassName
{
border-color: #75695A;
}
.TagClassName
{
border-color: #75695A;
}
</style>