Shades of Salt Box #77486E
Tints of Salt Box #77486E
RGB
CMYK
RGB Variations
Color information
#77486E (or 0x77486E) is known color: Salt Box. HEX triplet: 77, 48 and 6E. RGB value is (119,72,110). Sum of RGB (Red+Green+Blue) = 119+72+110=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #77486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77486E is #88B791. Grayscale: #5A5A5A. Windows color (decimal): -8959890 or 7227511. OLE color: 7227511.
HSL color Cylindrical-coordinate representation of color #77486E: hue angle of 311.49º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77486E is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 110 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.53 |
| HSL | 311.49º | 0.25% | 0.37% | - |
| HSV(B) | 311.49º | 0.39% | 0.47% | - |
| XYZ | 12.74 | 9.68 | 15.95 | - |
| YUV | 90.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 110 | 0 | 0.39 | 0.08 | 0.53 | 311.49 | 0.25 | 0.37 |
| Hex | 77 | 48 | 6E | 0 | 27 | 8 | 35 | 137 | 19 | 25 |
| Octal | 167 | 110 | 156 | 0 | 47 | 10 | 65 | 467 | 31 | 45 |
| Binary | 1110111 | 1001000 | 1101110 | 0 | 100111 | 1000 | 110101 | 100110111 | 11001 | 100101 |
Color Harmonies of #77486E
Complementary color
Monochromatic Colors of #77486E
Black with #77486E
Text Example
Text Example
White with #77486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77486E; }
p { color: rgb(119,72,110); }
H1.HeaderClassName
{
color: #77486E;
}
.AnyTagClassName
{
color: #77486E;
}
</style>
background-color css
<style>
a { background-color: #77486E; }
a { background-color: rgb(119,72,110); }
div.DivClassName
{
background-color: #77486E;
}
.BgClassName
{
background-color: #77486E;
}
</style>
border-color css
<style>
span { border-color: #77486E; }
span { border-color: rgb(119,72,110); }
td.TdClassName
{
border-color: #77486E;
}
.TagClassName
{
border-color: #77486E;
}
</style>