Shades of Salt Box #785E6E
Tints of Salt Box #785E6E
RGB
CMYK
RGB Variations
Color information
#785E6E (or 0x785E6E) is known color: Salt Box. HEX triplet: 78, 5E and 6E. RGB value is (120,94,110). Sum of RGB (Red+Green+Blue) = 120+94+110=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #785E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E6E is #87A191. Grayscale: #676767. Windows color (decimal): -8888722 or 7233144. OLE color: 7233144.
HSL color Cylindrical-coordinate representation of color #785E6E: hue angle of 323.08º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #785E6E is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 110 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.53 |
| HSL | 323.08º | 0.12% | 0.42% | - |
| HSV(B) | 323.08º | 0.22% | 0.47% | - |
| XYZ | 14.56 | 13.12 | 16.52 | - |
| YUV | 103.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 110 | 0 | 0.22 | 0.08 | 0.53 | 323.08 | 0.12 | 0.42 |
| Hex | 78 | 5E | 6E | 0 | 16 | 8 | 35 | 143 | C | 2A |
| Octal | 170 | 136 | 156 | 0 | 26 | 10 | 65 | 503 | 14 | 52 |
| Binary | 1111000 | 1011110 | 1101110 | 0 | 10110 | 1000 | 110101 | 101000011 | 1100 | 101010 |
Color Harmonies of #785E6E
Complementary color
Monochromatic Colors of #785E6E
Black with #785E6E
Text Example
Text Example
White with #785E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E6E; }
p { color: rgb(120,94,110); }
H1.HeaderClassName
{
color: #785E6E;
}
.AnyTagClassName
{
color: #785E6E;
}
</style>
background-color css
<style>
a { background-color: #785E6E; }
a { background-color: rgb(120,94,110); }
div.DivClassName
{
background-color: #785E6E;
}
.BgClassName
{
background-color: #785E6E;
}
</style>
border-color css
<style>
span { border-color: #785E6E; }
span { border-color: rgb(120,94,110); }
td.TdClassName
{
border-color: #785E6E;
}
.TagClassName
{
border-color: #785E6E;
}
</style>