Shades of Salt Box #75496A
Tints of Salt Box #75496A
RGB
CMYK
RGB Variations
Color information
#75496A (or 0x75496A) is known color: Salt Box. HEX triplet: 75, 49 and 6A. RGB value is (117,73,106). Sum of RGB (Red+Green+Blue) = 117+73+106=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75496A is #8AB695. Grayscale: #595959. Windows color (decimal): -9090710 or 6965621. OLE color: 6965621.
HSL color Cylindrical-coordinate representation of color #75496A: hue angle of 315º 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 #75496A is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 73 | 106 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.54 |
| HSL | 315º | 0.23% | 0.37% | - |
| HSV(B) | 315º | 0.38% | 0.46% | - |
| XYZ | 12.32 | 9.59 | 14.84 | - |
| YUV | 89.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 106 | 0 | 0.38 | 0.09 | 0.54 | 315 | 0.23 | 0.37 |
| Hex | 75 | 49 | 6A | 0 | 26 | 9 | 36 | 13B | 17 | 25 |
| Octal | 165 | 111 | 152 | 0 | 46 | 11 | 66 | 473 | 27 | 45 |
| Binary | 1110101 | 1001001 | 1101010 | 0 | 100110 | 1001 | 110110 | 100111011 | 10111 | 100101 |
Color Harmonies of #75496A
Complementary color
Monochromatic Colors of #75496A
Black with #75496A
Text Example
Text Example
White with #75496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75496A; }
p { color: rgb(117,73,106); }
H1.HeaderClassName
{
color: #75496A;
}
.AnyTagClassName
{
color: #75496A;
}
</style>
background-color css
<style>
a { background-color: #75496A; }
a { background-color: rgb(117,73,106); }
div.DivClassName
{
background-color: #75496A;
}
.BgClassName
{
background-color: #75496A;
}
</style>
border-color css
<style>
span { border-color: #75496A; }
span { border-color: rgb(117,73,106); }
td.TdClassName
{
border-color: #75496A;
}
.TagClassName
{
border-color: #75496A;
}
</style>