Shades of Salt Box #735B6B
Tints of Salt Box #735B6B
RGB
CMYK
RGB Variations
Color information
#735B6B (or 0x735B6B) is known color: Salt Box. HEX triplet: 73, 5B and 6B. RGB value is (115,91,107). Sum of RGB (Red+Green+Blue) = 115+91+107=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #735B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B6B is #8CA494. Grayscale: #636363. Windows color (decimal): -9217173 or 7035763. OLE color: 7035763.
HSL color Cylindrical-coordinate representation of color #735B6B: hue angle of 320º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735B6B is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 107 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.55 |
| HSL | 320º | 0.12% | 0.4% | - |
| HSV(B) | 320º | 0.21% | 0.45% | - |
| XYZ | 13.47 | 12.19 | 15.55 | - |
| YUV | 100 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 107 | 0 | 0.21 | 0.07 | 0.55 | 320 | 0.12 | 0.4 |
| Hex | 73 | 5B | 6B | 0 | 15 | 7 | 37 | 140 | C | 28 |
| Octal | 163 | 133 | 153 | 0 | 25 | 7 | 67 | 500 | 14 | 50 |
| Binary | 1110011 | 1011011 | 1101011 | 0 | 10101 | 111 | 110111 | 101000000 | 1100 | 101000 |
Color Harmonies of #735B6B
Complementary color
Monochromatic Colors of #735B6B
Black with #735B6B
Text Example
Text Example
White with #735B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B6B; }
p { color: rgb(115,91,107); }
H1.HeaderClassName
{
color: #735B6B;
}
.AnyTagClassName
{
color: #735B6B;
}
</style>
background-color css
<style>
a { background-color: #735B6B; }
a { background-color: rgb(115,91,107); }
div.DivClassName
{
background-color: #735B6B;
}
.BgClassName
{
background-color: #735B6B;
}
</style>
border-color css
<style>
span { border-color: #735B6B; }
span { border-color: rgb(115,91,107); }
td.TdClassName
{
border-color: #735B6B;
}
.TagClassName
{
border-color: #735B6B;
}
</style>