Shades of Salt Box #77546D
Tints of Salt Box #77546D
RGB
CMYK
RGB Variations
Color information
#77546D (or 0x77546D) is known color: Salt Box. HEX triplet: 77, 54 and 6D. RGB value is (119,84,109). Sum of RGB (Red+Green+Blue) = 119+84+109=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #77546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77546D is #88AB92. Grayscale: #616161. Windows color (decimal): -8956819 or 7165047. OLE color: 7165047.
HSL color Cylindrical-coordinate representation of color #77546D: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77546D is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 109 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.53 |
| HSL | 317.14º | 0.17% | 0.4% | - |
| HSV(B) | 317.14º | 0.29% | 0.47% | - |
| XYZ | 13.54 | 11.37 | 15.95 | - |
| YUV | 97.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 109 | 0 | 0.29 | 0.08 | 0.53 | 317.14 | 0.17 | 0.4 |
| Hex | 77 | 54 | 6D | 0 | 1D | 8 | 35 | 13D | 11 | 28 |
| Octal | 167 | 124 | 155 | 0 | 35 | 10 | 65 | 475 | 21 | 50 |
| Binary | 1110111 | 1010100 | 1101101 | 0 | 11101 | 1000 | 110101 | 100111101 | 10001 | 101000 |
Color Harmonies of #77546D
Complementary color
Monochromatic Colors of #77546D
Black with #77546D
Text Example
Text Example
White with #77546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77546D; }
p { color: rgb(119,84,109); }
H1.HeaderClassName
{
color: #77546D;
}
.AnyTagClassName
{
color: #77546D;
}
</style>
background-color css
<style>
a { background-color: #77546D; }
a { background-color: rgb(119,84,109); }
div.DivClassName
{
background-color: #77546D;
}
.BgClassName
{
background-color: #77546D;
}
</style>
border-color css
<style>
span { border-color: #77546D; }
span { border-color: rgb(119,84,109); }
td.TdClassName
{
border-color: #77546D;
}
.TagClassName
{
border-color: #77546D;
}
</style>