Shades of Salt Box #75576C
Tints of Salt Box #75576C
RGB
CMYK
RGB Variations
Color information
#75576C (or 0x75576C) is known color: Salt Box. HEX triplet: 75, 57 and 6C. RGB value is (117,87,108). Sum of RGB (Red+Green+Blue) = 117+87+108=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #75576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75576C is #8AA893. Grayscale: #626262. Windows color (decimal): -9087124 or 7100277. OLE color: 7100277.
HSL color Cylindrical-coordinate representation of color #75576C: hue angle of 318º 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 #75576C is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 87 | 108 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.54 |
| HSL | 318º | 0.15% | 0.4% | - |
| HSV(B) | 318º | 0.26% | 0.46% | - |
| XYZ | 13.45 | 11.68 | 15.73 | - |
| YUV | 98.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 108 | 0 | 0.26 | 0.08 | 0.54 | 318 | 0.15 | 0.4 |
| Hex | 75 | 57 | 6C | 0 | 1A | 8 | 36 | 13E | F | 28 |
| Octal | 165 | 127 | 154 | 0 | 32 | 10 | 66 | 476 | 17 | 50 |
| Binary | 1110101 | 1010111 | 1101100 | 0 | 11010 | 1000 | 110110 | 100111110 | 1111 | 101000 |
Color Harmonies of #75576C
Complementary color
Monochromatic Colors of #75576C
Black with #75576C
Text Example
Text Example
White with #75576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75576C; }
p { color: rgb(117,87,108); }
H1.HeaderClassName
{
color: #75576C;
}
.AnyTagClassName
{
color: #75576C;
}
</style>
background-color css
<style>
a { background-color: #75576C; }
a { background-color: rgb(117,87,108); }
div.DivClassName
{
background-color: #75576C;
}
.BgClassName
{
background-color: #75576C;
}
</style>
border-color css
<style>
span { border-color: #75576C; }
span { border-color: rgb(117,87,108); }
td.TdClassName
{
border-color: #75576C;
}
.TagClassName
{
border-color: #75576C;
}
</style>