Shades of Salt Box #75496C
Tints of Salt Box #75496C
RGB
CMYK
RGB Variations
Color information
#75496C (or 0x75496C) is known color: Salt Box. HEX triplet: 75, 49 and 6C. RGB value is (117,73,108). Sum of RGB (Red+Green+Blue) = 117+73+108=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #75496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75496C is #8AB693. Grayscale: #5A5A5A. Windows color (decimal): -9090708 or 7096693. OLE color: 7096693.
HSL color Cylindrical-coordinate representation of color #75496C: hue angle of 312.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75496C is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 73 | 108 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.54 |
| HSL | 312.27º | 0.23% | 0.37% | - |
| HSV(B) | 312.27º | 0.38% | 0.46% | - |
| XYZ | 12.43 | 9.63 | 15.39 | - |
| YUV | 90.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 108 | 0 | 0.38 | 0.08 | 0.54 | 312.27 | 0.23 | 0.37 |
| Hex | 75 | 49 | 6C | 0 | 26 | 8 | 36 | 138 | 17 | 25 |
| Octal | 165 | 111 | 154 | 0 | 46 | 10 | 66 | 470 | 27 | 45 |
| Binary | 1110101 | 1001001 | 1101100 | 0 | 100110 | 1000 | 110110 | 100111000 | 10111 | 100101 |
Color Harmonies of #75496C
Complementary color
Monochromatic Colors of #75496C
Black with #75496C
Text Example
Text Example
White with #75496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75496C; }
p { color: rgb(117,73,108); }
H1.HeaderClassName
{
color: #75496C;
}
.AnyTagClassName
{
color: #75496C;
}
</style>
background-color css
<style>
a { background-color: #75496C; }
a { background-color: rgb(117,73,108); }
div.DivClassName
{
background-color: #75496C;
}
.BgClassName
{
background-color: #75496C;
}
</style>
border-color css
<style>
span { border-color: #75496C; }
span { border-color: rgb(117,73,108); }
td.TdClassName
{
border-color: #75496C;
}
.TagClassName
{
border-color: #75496C;
}
</style>