Shades of Salt Box #77466C
Tints of Salt Box #77466C
RGB
CMYK
RGB Variations
Color information
#77466C (or 0x77466C) is known color: Salt Box. HEX triplet: 77, 46 and 6C. RGB value is (119,70,108). Sum of RGB (Red+Green+Blue) = 119+70+108=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77466C is #88B993. Grayscale: #585858. Windows color (decimal): -8960404 or 7095927. OLE color: 7095927.
HSL color Cylindrical-coordinate representation of color #77466C: hue angle of 313.47º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77466C is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 70 | 108 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.53 |
| HSL | 313.47º | 0.26% | 0.37% | - |
| HSV(B) | 313.47º | 0.41% | 0.47% | - |
| XYZ | 12.5 | 9.38 | 15.34 | - |
| YUV | 88.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 70 | 108 | 0 | 0.41 | 0.09 | 0.53 | 313.47 | 0.26 | 0.37 |
| Hex | 77 | 46 | 6C | 0 | 29 | 9 | 35 | 139 | 1A | 25 |
| Octal | 167 | 106 | 154 | 0 | 51 | 11 | 65 | 471 | 32 | 45 |
| Binary | 1110111 | 1000110 | 1101100 | 0 | 101001 | 1001 | 110101 | 100111001 | 11010 | 100101 |
Color Harmonies of #77466C
Complementary color
Monochromatic Colors of #77466C
Black with #77466C
Text Example
Text Example
White with #77466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77466C; }
p { color: rgb(119,70,108); }
H1.HeaderClassName
{
color: #77466C;
}
.AnyTagClassName
{
color: #77466C;
}
</style>
background-color css
<style>
a { background-color: #77466C; }
a { background-color: rgb(119,70,108); }
div.DivClassName
{
background-color: #77466C;
}
.BgClassName
{
background-color: #77466C;
}
</style>
border-color css
<style>
span { border-color: #77466C; }
span { border-color: rgb(119,70,108); }
td.TdClassName
{
border-color: #77466C;
}
.TagClassName
{
border-color: #77466C;
}
</style>