Shades of Salt Box #75546E
Tints of Salt Box #75546E
RGB
CMYK
RGB Variations
Color information
#75546E (or 0x75546E) is known color: Salt Box. HEX triplet: 75, 54 and 6E. RGB value is (117,84,110). Sum of RGB (Red+Green+Blue) = 117+84+110=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75546E is #8AAB91. Grayscale: #606060. Windows color (decimal): -9087890 or 7230581. OLE color: 7230581.
HSL color Cylindrical-coordinate representation of color #75546E: hue angle of 312.73º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75546E is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 84 | 110 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.54 |
| HSL | 312.73º | 0.16% | 0.39% | - |
| HSV(B) | 312.73º | 0.28% | 0.46% | - |
| XYZ | 13.32 | 11.25 | 16.22 | - |
| YUV | 96.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 110 | 0 | 0.28 | 0.06 | 0.54 | 312.73 | 0.16 | 0.39 |
| Hex | 75 | 54 | 6E | 0 | 1C | 6 | 36 | 139 | 10 | 27 |
| Octal | 165 | 124 | 156 | 0 | 34 | 6 | 66 | 471 | 20 | 47 |
| Binary | 1110101 | 1010100 | 1101110 | 0 | 11100 | 110 | 110110 | 100111001 | 10000 | 100111 |
Color Harmonies of #75546E
Complementary color
Monochromatic Colors of #75546E
Black with #75546E
Text Example
Text Example
White with #75546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75546E; }
p { color: rgb(117,84,110); }
H1.HeaderClassName
{
color: #75546E;
}
.AnyTagClassName
{
color: #75546E;
}
</style>
background-color css
<style>
a { background-color: #75546E; }
a { background-color: rgb(117,84,110); }
div.DivClassName
{
background-color: #75546E;
}
.BgClassName
{
background-color: #75546E;
}
</style>
border-color css
<style>
span { border-color: #75546E; }
span { border-color: rgb(117,84,110); }
td.TdClassName
{
border-color: #75546E;
}
.TagClassName
{
border-color: #75546E;
}
</style>