Shades of Salt Box #77536C
Tints of Salt Box #77536C
RGB
CMYK
RGB Variations
Color information
#77536C (or 0x77536C) is known color: Salt Box. HEX triplet: 77, 53 and 6C. RGB value is (119,83,108). Sum of RGB (Red+Green+Blue) = 119+83+108=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77536C is #88AC93. Grayscale: #606060. Windows color (decimal): -8957076 or 7099255. OLE color: 7099255.
HSL color Cylindrical-coordinate representation of color #77536C: hue angle of 318.33º 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 #77536C is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 83 | 108 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.53 |
| HSL | 318.33º | 0.18% | 0.4% | - |
| HSV(B) | 318.33º | 0.3% | 0.47% | - |
| XYZ | 13.41 | 11.19 | 15.64 | - |
| YUV | 96.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 108 | 0 | 0.30 | 0.09 | 0.53 | 318.33 | 0.18 | 0.4 |
| Hex | 77 | 53 | 6C | 0 | 1E | 9 | 35 | 13E | 12 | 28 |
| Octal | 167 | 123 | 154 | 0 | 36 | 11 | 65 | 476 | 22 | 50 |
| Binary | 1110111 | 1010011 | 1101100 | 0 | 11110 | 1001 | 110101 | 100111110 | 10010 | 101000 |
Color Harmonies of #77536C
Complementary color
Monochromatic Colors of #77536C
Black with #77536C
Text Example
Text Example
White with #77536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77536C; }
p { color: rgb(119,83,108); }
H1.HeaderClassName
{
color: #77536C;
}
.AnyTagClassName
{
color: #77536C;
}
</style>
background-color css
<style>
a { background-color: #77536C; }
a { background-color: rgb(119,83,108); }
div.DivClassName
{
background-color: #77536C;
}
.BgClassName
{
background-color: #77536C;
}
</style>
border-color css
<style>
span { border-color: #77536C; }
span { border-color: rgb(119,83,108); }
td.TdClassName
{
border-color: #77536C;
}
.TagClassName
{
border-color: #77536C;
}
</style>