Shades of Salt Box #785C71
Tints of Salt Box #785C71
RGB
CMYK
RGB Variations
Color information
#785C71 (or 0x785C71) is known color: Salt Box. HEX triplet: 78, 5C and 71. RGB value is (120,92,113). Sum of RGB (Red+Green+Blue) = 120+92+113=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #785C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C71 is #87A38E. Grayscale: #666666. Windows color (decimal): -8889231 or 7429240. OLE color: 7429240.
HSL color Cylindrical-coordinate representation of color #785C71: hue angle of 315º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785C71 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 113 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.53 |
| HSL | 315º | 0.13% | 0.42% | - |
| HSV(B) | 315º | 0.23% | 0.47% | - |
| XYZ | 14.55 | 12.84 | 17.33 | - |
| YUV | 102.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 113 | 0 | 0.23 | 0.06 | 0.53 | 315 | 0.13 | 0.42 |
| Hex | 78 | 5C | 71 | 0 | 17 | 6 | 35 | 13B | D | 2A |
| Octal | 170 | 134 | 161 | 0 | 27 | 6 | 65 | 473 | 15 | 52 |
| Binary | 1111000 | 1011100 | 1110001 | 0 | 10111 | 110 | 110101 | 100111011 | 1101 | 101010 |
Color Harmonies of #785C71
Complementary color
Monochromatic Colors of #785C71
Black with #785C71
Text Example
Text Example
White with #785C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C71; }
p { color: rgb(120,92,113); }
H1.HeaderClassName
{
color: #785C71;
}
.AnyTagClassName
{
color: #785C71;
}
</style>
background-color css
<style>
a { background-color: #785C71; }
a { background-color: rgb(120,92,113); }
div.DivClassName
{
background-color: #785C71;
}
.BgClassName
{
background-color: #785C71;
}
</style>
border-color css
<style>
span { border-color: #785C71; }
span { border-color: rgb(120,92,113); }
td.TdClassName
{
border-color: #785C71;
}
.TagClassName
{
border-color: #785C71;
}
</style>