Shades of Salt Box #735C70
Tints of Salt Box #735C70
RGB
CMYK
RGB Variations
Color information
#735C70 (or 0x735C70) is known color: Salt Box. HEX triplet: 73, 5C and 70. RGB value is (115,92,112). Sum of RGB (Red+Green+Blue) = 115+92+112=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #735C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C70 is #8CA38F. Grayscale: #656565. Windows color (decimal): -9216912 or 7363699. OLE color: 7363699.
HSL color Cylindrical-coordinate representation of color #735C70: hue angle of 307.83º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #735C70 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 112 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.55 |
| HSL | 307.83º | 0.11% | 0.41% | - |
| HSV(B) | 307.83º | 0.2% | 0.45% | - |
| XYZ | 13.82 | 12.47 | 17.01 | - |
| YUV | 101.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 112 | 0 | 0.20 | 0.03 | 0.55 | 307.83 | 0.11 | 0.41 |
| Hex | 73 | 5C | 70 | 0 | 14 | 3 | 37 | 134 | B | 29 |
| Octal | 163 | 134 | 160 | 0 | 24 | 3 | 67 | 464 | 13 | 51 |
| Binary | 1110011 | 1011100 | 1110000 | 0 | 10100 | 11 | 110111 | 100110100 | 1011 | 101001 |
Color Harmonies of #735C70
Complementary color
Monochromatic Colors of #735C70
Black with #735C70
Text Example
Text Example
White with #735C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C70; }
p { color: rgb(115,92,112); }
H1.HeaderClassName
{
color: #735C70;
}
.AnyTagClassName
{
color: #735C70;
}
</style>
background-color css
<style>
a { background-color: #735C70; }
a { background-color: rgb(115,92,112); }
div.DivClassName
{
background-color: #735C70;
}
.BgClassName
{
background-color: #735C70;
}
</style>
border-color css
<style>
span { border-color: #735C70; }
span { border-color: rgb(115,92,112); }
td.TdClassName
{
border-color: #735C70;
}
.TagClassName
{
border-color: #735C70;
}
</style>