Shades of Salt Box #745070
Tints of Salt Box #745070
RGB
CMYK
RGB Variations
Color information
#745070 (or 0x745070) is known color: Salt Box. HEX triplet: 74, 50 and 70. RGB value is (116,80,112). Sum of RGB (Red+Green+Blue) = 116+80+112=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #745070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745070 is #8BAF8F. Grayscale: #5E5E5E. Windows color (decimal): -9154448 or 7360628. OLE color: 7360628.
HSL color Cylindrical-coordinate representation of color #745070: hue angle of 306.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745070 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 112 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.55 |
| HSL | 306.67º | 0.18% | 0.38% | - |
| HSV(B) | 306.67º | 0.31% | 0.45% | - |
| XYZ | 13 | 10.62 | 16.69 | - |
| YUV | 94.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 112 | 0 | 0.31 | 0.03 | 0.55 | 306.67 | 0.18 | 0.38 |
| Hex | 74 | 50 | 70 | 0 | 1F | 3 | 37 | 133 | 12 | 26 |
| Octal | 164 | 120 | 160 | 0 | 37 | 3 | 67 | 463 | 22 | 46 |
| Binary | 1110100 | 1010000 | 1110000 | 0 | 11111 | 11 | 110111 | 100110011 | 10010 | 100110 |
Color Harmonies of #745070
Complementary color
Monochromatic Colors of #745070
Black with #745070
Text Example
Text Example
White with #745070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745070; }
p { color: rgb(116,80,112); }
H1.HeaderClassName
{
color: #745070;
}
.AnyTagClassName
{
color: #745070;
}
</style>
background-color css
<style>
a { background-color: #745070; }
a { background-color: rgb(116,80,112); }
div.DivClassName
{
background-color: #745070;
}
.BgClassName
{
background-color: #745070;
}
</style>
border-color css
<style>
span { border-color: #745070; }
span { border-color: rgb(116,80,112); }
td.TdClassName
{
border-color: #745070;
}
.TagClassName
{
border-color: #745070;
}
</style>