Shades of Salt Box #735A6B
Tints of Salt Box #735A6B
RGB
CMYK
RGB Variations
Color information
#735A6B (or 0x735A6B) is known color: Salt Box. HEX triplet: 73, 5A and 6B. RGB value is (115,90,107). Sum of RGB (Red+Green+Blue) = 115+90+107=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #735A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A6B is #8CA594. Grayscale: #636363. Windows color (decimal): -9217429 or 7035507. OLE color: 7035507.
HSL color Cylindrical-coordinate representation of color #735A6B: hue angle of 319.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #735A6B is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 107 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.55 |
| HSL | 319.2º | 0.12% | 0.4% | - |
| HSV(B) | 319.2º | 0.22% | 0.45% | - |
| XYZ | 13.38 | 12.02 | 15.52 | - |
| YUV | 99.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 107 | 0 | 0.22 | 0.07 | 0.55 | 319.2 | 0.12 | 0.4 |
| Hex | 73 | 5A | 6B | 0 | 16 | 7 | 37 | 13F | C | 28 |
| Octal | 163 | 132 | 153 | 0 | 26 | 7 | 67 | 477 | 14 | 50 |
| Binary | 1110011 | 1011010 | 1101011 | 0 | 10110 | 111 | 110111 | 100111111 | 1100 | 101000 |
Color Harmonies of #735A6B
Complementary color
Monochromatic Colors of #735A6B
Black with #735A6B
Text Example
Text Example
White with #735A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A6B; }
p { color: rgb(115,90,107); }
H1.HeaderClassName
{
color: #735A6B;
}
.AnyTagClassName
{
color: #735A6B;
}
</style>
background-color css
<style>
a { background-color: #735A6B; }
a { background-color: rgb(115,90,107); }
div.DivClassName
{
background-color: #735A6B;
}
.BgClassName
{
background-color: #735A6B;
}
</style>
border-color css
<style>
span { border-color: #735A6B; }
span { border-color: rgb(115,90,107); }
td.TdClassName
{
border-color: #735A6B;
}
.TagClassName
{
border-color: #735A6B;
}
</style>