Shades of Salt Box #75476C
Tints of Salt Box #75476C
RGB
CMYK
RGB Variations
Color information
#75476C (or 0x75476C) is known color: Salt Box. HEX triplet: 75, 47 and 6C. RGB value is (117,71,108). Sum of RGB (Red+Green+Blue) = 117+71+108=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75476C is #8AB893. Grayscale: #585858. Windows color (decimal): -9091220 or 7096181. OLE color: 7096181.
HSL color Cylindrical-coordinate representation of color #75476C: hue angle of 311.74º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75476C is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 71 | 108 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.54 |
| HSL | 311.74º | 0.24% | 0.37% | - |
| HSV(B) | 311.74º | 0.39% | 0.46% | - |
| XYZ | 12.3 | 9.37 | 15.35 | - |
| YUV | 88.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 108 | 0 | 0.39 | 0.08 | 0.54 | 311.74 | 0.24 | 0.37 |
| Hex | 75 | 47 | 6C | 0 | 27 | 8 | 36 | 138 | 18 | 25 |
| Octal | 165 | 107 | 154 | 0 | 47 | 10 | 66 | 470 | 30 | 45 |
| Binary | 1110101 | 1000111 | 1101100 | 0 | 100111 | 1000 | 110110 | 100111000 | 11000 | 100101 |
Color Harmonies of #75476C
Complementary color
Monochromatic Colors of #75476C
Black with #75476C
Text Example
Text Example
White with #75476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75476C; }
p { color: rgb(117,71,108); }
H1.HeaderClassName
{
color: #75476C;
}
.AnyTagClassName
{
color: #75476C;
}
</style>
background-color css
<style>
a { background-color: #75476C; }
a { background-color: rgb(117,71,108); }
div.DivClassName
{
background-color: #75476C;
}
.BgClassName
{
background-color: #75476C;
}
</style>
border-color css
<style>
span { border-color: #75476C; }
span { border-color: rgb(117,71,108); }
td.TdClassName
{
border-color: #75476C;
}
.TagClassName
{
border-color: #75476C;
}
</style>