Shades of Salt Box #75486C
Tints of Salt Box #75486C
RGB
CMYK
RGB Variations
Color information
#75486C (or 0x75486C) is known color: Salt Box. HEX triplet: 75, 48 and 6C. RGB value is (117,72,108). Sum of RGB (Red+Green+Blue) = 117+72+108=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75486C is #8AB793. Grayscale: #595959. Windows color (decimal): -9090964 or 7096437. OLE color: 7096437.
HSL color Cylindrical-coordinate representation of color #75486C: hue angle of 312º degrees, saturation: 0.24, 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 #75486C is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 72 | 108 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.54 |
| HSL | 312º | 0.24% | 0.37% | - |
| HSV(B) | 312º | 0.38% | 0.46% | - |
| XYZ | 12.36 | 9.5 | 15.37 | - |
| YUV | 89.56 | 138.41 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 108 | 0 | 0.38 | 0.08 | 0.54 | 312 | 0.24 | 0.37 |
| Hex | 75 | 48 | 6C | 0 | 26 | 8 | 36 | 138 | 18 | 25 |
| Octal | 165 | 110 | 154 | 0 | 46 | 10 | 66 | 470 | 30 | 45 |
| Binary | 1110101 | 1001000 | 1101100 | 0 | 100110 | 1000 | 110110 | 100111000 | 11000 | 100101 |
Color Harmonies of #75486C
Complementary color
Monochromatic Colors of #75486C
Black with #75486C
Text Example
Text Example
White with #75486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75486C; }
p { color: rgb(117,72,108); }
H1.HeaderClassName
{
color: #75486C;
}
.AnyTagClassName
{
color: #75486C;
}
</style>
background-color css
<style>
a { background-color: #75486C; }
a { background-color: rgb(117,72,108); }
div.DivClassName
{
background-color: #75486C;
}
.BgClassName
{
background-color: #75486C;
}
</style>
border-color css
<style>
span { border-color: #75486C; }
span { border-color: rgb(117,72,108); }
td.TdClassName
{
border-color: #75486C;
}
.TagClassName
{
border-color: #75486C;
}
</style>