Shades of Salt Box #75576D
Tints of Salt Box #75576D
RGB
CMYK
RGB Variations
Color information
#75576D (or 0x75576D) is known color: Salt Box. HEX triplet: 75, 57 and 6D. RGB value is (117,87,109). Sum of RGB (Red+Green+Blue) = 117+87+109=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #75576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75576D is #8AA892. Grayscale: #626262. Windows color (decimal): -9087123 or 7165813. OLE color: 7165813.
HSL color Cylindrical-coordinate representation of color #75576D: hue angle of 316º 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 #75576D is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 87 | 109 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.54 |
| HSL | 316º | 0.15% | 0.4% | - |
| HSV(B) | 316º | 0.26% | 0.46% | - |
| XYZ | 13.5 | 11.7 | 16.02 | - |
| YUV | 98.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 109 | 0 | 0.26 | 0.07 | 0.54 | 316 | 0.15 | 0.4 |
| Hex | 75 | 57 | 6D | 0 | 1A | 7 | 36 | 13C | F | 28 |
| Octal | 165 | 127 | 155 | 0 | 32 | 7 | 66 | 474 | 17 | 50 |
| Binary | 1110101 | 1010111 | 1101101 | 0 | 11010 | 111 | 110110 | 100111100 | 1111 | 101000 |
Color Harmonies of #75576D
Complementary color
Monochromatic Colors of #75576D
Black with #75576D
Text Example
Text Example
White with #75576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75576D; }
p { color: rgb(117,87,109); }
H1.HeaderClassName
{
color: #75576D;
}
.AnyTagClassName
{
color: #75576D;
}
</style>
background-color css
<style>
a { background-color: #75576D; }
a { background-color: rgb(117,87,109); }
div.DivClassName
{
background-color: #75576D;
}
.BgClassName
{
background-color: #75576D;
}
</style>
border-color css
<style>
span { border-color: #75576D; }
span { border-color: rgb(117,87,109); }
td.TdClassName
{
border-color: #75576D;
}
.TagClassName
{
border-color: #75576D;
}
</style>