Shades of Salt Box #75466B
Tints of Salt Box #75466B
RGB
CMYK
RGB Variations
Color information
#75466B (or 0x75466B) is known color: Salt Box. HEX triplet: 75, 46 and 6B. RGB value is (117,70,107). Sum of RGB (Red+Green+Blue) = 117+70+107=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75466B is #8AB994. Grayscale: #585858. Windows color (decimal): -9091477 or 7030389. OLE color: 7030389.
HSL color Cylindrical-coordinate representation of color #75466B: hue angle of 312.77º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75466B is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 70 | 107 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.54 |
| HSL | 312.77º | 0.25% | 0.37% | - |
| HSV(B) | 312.77º | 0.4% | 0.46% | - |
| XYZ | 12.18 | 9.22 | 15.05 | - |
| YUV | 88.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 107 | 0 | 0.40 | 0.09 | 0.54 | 312.77 | 0.25 | 0.37 |
| Hex | 75 | 46 | 6B | 0 | 28 | 9 | 36 | 139 | 19 | 25 |
| Octal | 165 | 106 | 153 | 0 | 50 | 11 | 66 | 471 | 31 | 45 |
| Binary | 1110101 | 1000110 | 1101011 | 0 | 101000 | 1001 | 110110 | 100111001 | 11001 | 100101 |
Color Harmonies of #75466B
Complementary color
Monochromatic Colors of #75466B
Black with #75466B
Text Example
Text Example
White with #75466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75466B; }
p { color: rgb(117,70,107); }
H1.HeaderClassName
{
color: #75466B;
}
.AnyTagClassName
{
color: #75466B;
}
</style>
background-color css
<style>
a { background-color: #75466B; }
a { background-color: rgb(117,70,107); }
div.DivClassName
{
background-color: #75466B;
}
.BgClassName
{
background-color: #75466B;
}
</style>
border-color css
<style>
span { border-color: #75466B; }
span { border-color: rgb(117,70,107); }
td.TdClassName
{
border-color: #75466B;
}
.TagClassName
{
border-color: #75466B;
}
</style>