Shades of Salt Box #77536D
Tints of Salt Box #77536D
RGB
CMYK
RGB Variations
Color information
#77536D (or 0x77536D) is known color: Salt Box. HEX triplet: 77, 53 and 6D. RGB value is (119,83,109). Sum of RGB (Red+Green+Blue) = 119+83+109=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #77536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77536D is #88AC92. Grayscale: #606060. Windows color (decimal): -8957075 or 7164791. OLE color: 7164791.
HSL color Cylindrical-coordinate representation of color #77536D: hue angle of 316.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77536D is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 83 | 109 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.53 |
| HSL | 316.67º | 0.18% | 0.4% | - |
| HSV(B) | 316.67º | 0.3% | 0.47% | - |
| XYZ | 13.46 | 11.21 | 15.92 | - |
| YUV | 96.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 109 | 0 | 0.30 | 0.08 | 0.53 | 316.67 | 0.18 | 0.4 |
| Hex | 77 | 53 | 6D | 0 | 1E | 8 | 35 | 13D | 12 | 28 |
| Octal | 167 | 123 | 155 | 0 | 36 | 10 | 65 | 475 | 22 | 50 |
| Binary | 1110111 | 1010011 | 1101101 | 0 | 11110 | 1000 | 110101 | 100111101 | 10010 | 101000 |
Color Harmonies of #77536D
Complementary color
Monochromatic Colors of #77536D
Black with #77536D
Text Example
Text Example
White with #77536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77536D; }
p { color: rgb(119,83,109); }
H1.HeaderClassName
{
color: #77536D;
}
.AnyTagClassName
{
color: #77536D;
}
</style>
background-color css
<style>
a { background-color: #77536D; }
a { background-color: rgb(119,83,109); }
div.DivClassName
{
background-color: #77536D;
}
.BgClassName
{
background-color: #77536D;
}
</style>
border-color css
<style>
span { border-color: #77536D; }
span { border-color: rgb(119,83,109); }
td.TdClassName
{
border-color: #77536D;
}
.TagClassName
{
border-color: #77536D;
}
</style>