Shades of Salt Box #784C6F
Tints of Salt Box #784C6F
RGB
CMYK
RGB Variations
Color information
#784C6F (or 0x784C6F) is known color: Salt Box. HEX triplet: 78, 4C and 6F. RGB value is (120,76,111). Sum of RGB (Red+Green+Blue) = 120+76+111=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #784C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784C6F is #87B390. Grayscale: #5D5D5D. Windows color (decimal): -8893329 or 7294072. OLE color: 7294072.
HSL color Cylindrical-coordinate representation of color #784C6F: hue angle of 312.27º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #784C6F is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 76 | 111 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.53 |
| HSL | 312.27º | 0.22% | 0.38% | - |
| HSV(B) | 312.27º | 0.37% | 0.47% | - |
| XYZ | 13.2 | 10.31 | 16.33 | - |
| YUV | 93.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 111 | 0 | 0.37 | 0.08 | 0.53 | 312.27 | 0.22 | 0.38 |
| Hex | 78 | 4C | 6F | 0 | 25 | 8 | 35 | 138 | 16 | 26 |
| Octal | 170 | 114 | 157 | 0 | 45 | 10 | 65 | 470 | 26 | 46 |
| Binary | 1111000 | 1001100 | 1101111 | 0 | 100101 | 1000 | 110101 | 100111000 | 10110 | 100110 |
Color Harmonies of #784C6F
Complementary color
Monochromatic Colors of #784C6F
Black with #784C6F
Text Example
Text Example
White with #784C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784C6F; }
p { color: rgb(120,76,111); }
H1.HeaderClassName
{
color: #784C6F;
}
.AnyTagClassName
{
color: #784C6F;
}
</style>
background-color css
<style>
a { background-color: #784C6F; }
a { background-color: rgb(120,76,111); }
div.DivClassName
{
background-color: #784C6F;
}
.BgClassName
{
background-color: #784C6F;
}
</style>
border-color css
<style>
span { border-color: #784C6F; }
span { border-color: rgb(120,76,111); }
td.TdClassName
{
border-color: #784C6F;
}
.TagClassName
{
border-color: #784C6F;
}
</style>