Shades of Salt Box #75576E
Tints of Salt Box #75576E
RGB
CMYK
RGB Variations
Color information
#75576E (or 0x75576E) is known color: Salt Box. HEX triplet: 75, 57 and 6E. RGB value is (117,87,110). Sum of RGB (Red+Green+Blue) = 117+87+110=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #75576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75576E is #8AA891. Grayscale: #626262. Windows color (decimal): -9087122 or 7231349. OLE color: 7231349.
HSL color Cylindrical-coordinate representation of color #75576E: hue angle of 314º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75576E is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 87 | 110 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.54 |
| HSL | 314º | 0.15% | 0.4% | - |
| HSV(B) | 314º | 0.26% | 0.46% | - |
| XYZ | 13.56 | 11.72 | 16.3 | - |
| YUV | 98.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 110 | 0 | 0.26 | 0.06 | 0.54 | 314 | 0.15 | 0.4 |
| Hex | 75 | 57 | 6E | 0 | 1A | 6 | 36 | 13A | F | 28 |
| Octal | 165 | 127 | 156 | 0 | 32 | 6 | 66 | 472 | 17 | 50 |
| Binary | 1110101 | 1010111 | 1101110 | 0 | 11010 | 110 | 110110 | 100111010 | 1111 | 101000 |
Color Harmonies of #75576E
Complementary color
Monochromatic Colors of #75576E
Black with #75576E
Text Example
Text Example
White with #75576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75576E; }
p { color: rgb(117,87,110); }
H1.HeaderClassName
{
color: #75576E;
}
.AnyTagClassName
{
color: #75576E;
}
</style>
background-color css
<style>
a { background-color: #75576E; }
a { background-color: rgb(117,87,110); }
div.DivClassName
{
background-color: #75576E;
}
.BgClassName
{
background-color: #75576E;
}
</style>
border-color css
<style>
span { border-color: #75576E; }
span { border-color: rgb(117,87,110); }
td.TdClassName
{
border-color: #75576E;
}
.TagClassName
{
border-color: #75576E;
}
</style>