Shades of Salt Box #75486D
Tints of Salt Box #75486D
RGB
CMYK
RGB Variations
Color information
#75486D (or 0x75486D) is known color: Salt Box. HEX triplet: 75, 48 and 6D. RGB value is (117,72,109). Sum of RGB (Red+Green+Blue) = 117+72+109=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #75486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75486D is #8AB792. Grayscale: #595959. Windows color (decimal): -9090963 or 7161973. OLE color: 7161973.
HSL color Cylindrical-coordinate representation of color #75486D: hue angle of 310.67º 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 #75486D is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 72 | 109 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.54 |
| HSL | 310.67º | 0.24% | 0.37% | - |
| HSV(B) | 310.67º | 0.38% | 0.46% | - |
| XYZ | 12.41 | 9.52 | 15.65 | - |
| YUV | 89.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 109 | 0 | 0.38 | 0.07 | 0.54 | 310.67 | 0.24 | 0.37 |
| Hex | 75 | 48 | 6D | 0 | 26 | 7 | 36 | 137 | 18 | 25 |
| Octal | 165 | 110 | 155 | 0 | 46 | 7 | 66 | 467 | 30 | 45 |
| Binary | 1110101 | 1001000 | 1101101 | 0 | 100110 | 111 | 110110 | 100110111 | 11000 | 100101 |
Color Harmonies of #75486D
Complementary color
Monochromatic Colors of #75486D
Black with #75486D
Text Example
Text Example
White with #75486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75486D; }
p { color: rgb(117,72,109); }
H1.HeaderClassName
{
color: #75486D;
}
.AnyTagClassName
{
color: #75486D;
}
</style>
background-color css
<style>
a { background-color: #75486D; }
a { background-color: rgb(117,72,109); }
div.DivClassName
{
background-color: #75486D;
}
.BgClassName
{
background-color: #75486D;
}
</style>
border-color css
<style>
span { border-color: #75486D; }
span { border-color: rgb(117,72,109); }
td.TdClassName
{
border-color: #75486D;
}
.TagClassName
{
border-color: #75486D;
}
</style>