Shades of Salt Box #75486B
Tints of Salt Box #75486B
RGB
CMYK
RGB Variations
Color information
#75486B (or 0x75486B) is known color: Salt Box. HEX triplet: 75, 48 and 6B. RGB value is (117,72,107). Sum of RGB (Red+Green+Blue) = 117+72+107=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75486B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75486B is #8AB794. Grayscale: #595959. Windows color (decimal): -9090965 or 7030901. OLE color: 7030901.
HSL color Cylindrical-coordinate representation of color #75486B: hue angle of 313.33º 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 #75486B is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 72 | 107 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.54 |
| HSL | 313.33º | 0.24% | 0.37% | - |
| HSV(B) | 313.33º | 0.38% | 0.46% | - |
| XYZ | 12.31 | 9.48 | 15.09 | - |
| YUV | 89.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 107 | 0 | 0.38 | 0.09 | 0.54 | 313.33 | 0.24 | 0.37 |
| Hex | 75 | 48 | 6B | 0 | 26 | 9 | 36 | 139 | 18 | 25 |
| Octal | 165 | 110 | 153 | 0 | 46 | 11 | 66 | 471 | 30 | 45 |
| Binary | 1110101 | 1001000 | 1101011 | 0 | 100110 | 1001 | 110110 | 100111001 | 11000 | 100101 |
Color Harmonies of #75486B
Complementary color
Monochromatic Colors of #75486B
Black with #75486B
Text Example
Text Example
White with #75486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75486B; }
p { color: rgb(117,72,107); }
H1.HeaderClassName
{
color: #75486B;
}
.AnyTagClassName
{
color: #75486B;
}
</style>
background-color css
<style>
a { background-color: #75486B; }
a { background-color: rgb(117,72,107); }
div.DivClassName
{
background-color: #75486B;
}
.BgClassName
{
background-color: #75486B;
}
</style>
border-color css
<style>
span { border-color: #75486B; }
span { border-color: rgb(117,72,107); }
td.TdClassName
{
border-color: #75486B;
}
.TagClassName
{
border-color: #75486B;
}
</style>