Shades of Salt Box #765870
Tints of Salt Box #765870
RGB
CMYK
RGB Variations
Color information
#765870 (or 0x765870) is known color: Salt Box. HEX triplet: 76, 58 and 70. RGB value is (118,88,112). Sum of RGB (Red+Green+Blue) = 118+88+112=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765870 is #89A78F. Grayscale: #636363. Windows color (decimal): -9021328 or 7362678. OLE color: 7362678.
HSL color Cylindrical-coordinate representation of color #765870: hue angle of 312º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #765870 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 88 | 112 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.54 |
| HSL | 312º | 0.15% | 0.4% | - |
| HSV(B) | 312º | 0.25% | 0.46% | - |
| XYZ | 13.89 | 12 | 16.91 | - |
| YUV | 99.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 112 | 0 | 0.25 | 0.05 | 0.54 | 312 | 0.15 | 0.4 |
| Hex | 76 | 58 | 70 | 0 | 19 | 5 | 36 | 138 | F | 28 |
| Octal | 166 | 130 | 160 | 0 | 31 | 5 | 66 | 470 | 17 | 50 |
| Binary | 1110110 | 1011000 | 1110000 | 0 | 11001 | 101 | 110110 | 100111000 | 1111 | 101000 |
Color Harmonies of #765870
Complementary color
Monochromatic Colors of #765870
Black with #765870
Text Example
Text Example
White with #765870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765870; }
p { color: rgb(118,88,112); }
H1.HeaderClassName
{
color: #765870;
}
.AnyTagClassName
{
color: #765870;
}
</style>
background-color css
<style>
a { background-color: #765870; }
a { background-color: rgb(118,88,112); }
div.DivClassName
{
background-color: #765870;
}
.BgClassName
{
background-color: #765870;
}
</style>
border-color css
<style>
span { border-color: #765870; }
span { border-color: rgb(118,88,112); }
td.TdClassName
{
border-color: #765870;
}
.TagClassName
{
border-color: #765870;
}
</style>