Shades of Salt Box #77546C
Tints of Salt Box #77546C
RGB
CMYK
RGB Variations
Color information
#77546C (or 0x77546C) is known color: Salt Box. HEX triplet: 77, 54 and 6C. RGB value is (119,84,108). Sum of RGB (Red+Green+Blue) = 119+84+108=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #77546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77546C is #88AB93. Grayscale: #616161. Windows color (decimal): -8956820 or 7099511. OLE color: 7099511.
HSL color Cylindrical-coordinate representation of color #77546C: hue angle of 318.86º 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 #77546C is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 108 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.53 |
| HSL | 318.86º | 0.17% | 0.4% | - |
| HSV(B) | 318.86º | 0.29% | 0.47% | - |
| XYZ | 13.48 | 11.35 | 15.67 | - |
| YUV | 97.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 108 | 0 | 0.29 | 0.09 | 0.53 | 318.86 | 0.17 | 0.4 |
| Hex | 77 | 54 | 6C | 0 | 1D | 9 | 35 | 13F | 11 | 28 |
| Octal | 167 | 124 | 154 | 0 | 35 | 11 | 65 | 477 | 21 | 50 |
| Binary | 1110111 | 1010100 | 1101100 | 0 | 11101 | 1001 | 110101 | 100111111 | 10001 | 101000 |
Color Harmonies of #77546C
Complementary color
Monochromatic Colors of #77546C
Black with #77546C
Text Example
Text Example
White with #77546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77546C; }
p { color: rgb(119,84,108); }
H1.HeaderClassName
{
color: #77546C;
}
.AnyTagClassName
{
color: #77546C;
}
</style>
background-color css
<style>
a { background-color: #77546C; }
a { background-color: rgb(119,84,108); }
div.DivClassName
{
background-color: #77546C;
}
.BgClassName
{
background-color: #77546C;
}
</style>
border-color css
<style>
span { border-color: #77546C; }
span { border-color: rgb(119,84,108); }
td.TdClassName
{
border-color: #77546C;
}
.TagClassName
{
border-color: #77546C;
}
</style>