Shades of Salt Box #785B6F
Tints of Salt Box #785B6F
RGB
CMYK
RGB Variations
Color information
#785B6F (or 0x785B6F) is known color: Salt Box. HEX triplet: 78, 5B and 6F. RGB value is (120,91,111). Sum of RGB (Red+Green+Blue) = 120+91+111=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #785B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785B6F is #87A490. Grayscale: #656565. Windows color (decimal): -8889489 or 7297912. OLE color: 7297912.
HSL color Cylindrical-coordinate representation of color #785B6F: hue angle of 318.62º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #785B6F is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 91 | 111 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.53 |
| HSL | 318.62º | 0.14% | 0.41% | - |
| HSV(B) | 318.62º | 0.24% | 0.47% | - |
| XYZ | 14.36 | 12.62 | 16.72 | - |
| YUV | 101.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 111 | 0 | 0.24 | 0.08 | 0.53 | 318.62 | 0.14 | 0.41 |
| Hex | 78 | 5B | 6F | 0 | 18 | 8 | 35 | 13F | E | 29 |
| Octal | 170 | 133 | 157 | 0 | 30 | 10 | 65 | 477 | 16 | 51 |
| Binary | 1111000 | 1011011 | 1101111 | 0 | 11000 | 1000 | 110101 | 100111111 | 1110 | 101001 |
Color Harmonies of #785B6F
Complementary color
Monochromatic Colors of #785B6F
Black with #785B6F
Text Example
Text Example
White with #785B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B6F; }
p { color: rgb(120,91,111); }
H1.HeaderClassName
{
color: #785B6F;
}
.AnyTagClassName
{
color: #785B6F;
}
</style>
background-color css
<style>
a { background-color: #785B6F; }
a { background-color: rgb(120,91,111); }
div.DivClassName
{
background-color: #785B6F;
}
.BgClassName
{
background-color: #785B6F;
}
</style>
border-color css
<style>
span { border-color: #785B6F; }
span { border-color: rgb(120,91,111); }
td.TdClassName
{
border-color: #785B6F;
}
.TagClassName
{
border-color: #785B6F;
}
</style>