Shades of Sandstone #75716C
Tints of Sandstone #75716C
RGB
CMYK
RGB Variations
Color information
#75716C (or 0x75716C) is known color: Sandstone. HEX triplet: 75, 71 and 6C. RGB value is (117,113,108). Sum of RGB (Red+Green+Blue) = 117+113+108=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 117 - color contains mainly: red. Hex color #75716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75716C is #8A8E93. Grayscale: #717171. Windows color (decimal): -9080468 or 7106933. OLE color: 7106933.
HSL color Cylindrical-coordinate representation of color #75716C: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #75716C is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 108 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.54 |
| HSL | 33.33º | 0.04% | 0.44% | - |
| HSV(B) | 33.33º | 0.08% | 0.46% | - |
| XYZ | 15.95 | 16.67 | 16.57 | - |
| YUV | 113.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 108 | 0 | 0.03 | 0.08 | 0.54 | 33.33 | 0.04 | 0.44 |
| Hex | 75 | 71 | 6C | 0 | 3 | 8 | 36 | 21 | 4 | 2C |
| Octal | 165 | 161 | 154 | 0 | 3 | 10 | 66 | 41 | 4 | 54 |
| Binary | 1110101 | 1110001 | 1101100 | 0 | 11 | 1000 | 110110 | 100001 | 100 | 101100 |
Color Harmonies of #75716C
Complementary color
Monochromatic Colors of #75716C
Black with #75716C
Text Example
Text Example
White with #75716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75716C; }
p { color: rgb(117,113,108); }
H1.HeaderClassName
{
color: #75716C;
}
.AnyTagClassName
{
color: #75716C;
}
</style>
background-color css
<style>
a { background-color: #75716C; }
a { background-color: rgb(117,113,108); }
div.DivClassName
{
background-color: #75716C;
}
.BgClassName
{
background-color: #75716C;
}
</style>
border-color css
<style>
span { border-color: #75716C; }
span { border-color: rgb(117,113,108); }
td.TdClassName
{
border-color: #75716C;
}
.TagClassName
{
border-color: #75716C;
}
</style>