Shades of Salt Box #77566D
Tints of Salt Box #77566D
RGB
CMYK
RGB Variations
Color information
#77566D (or 0x77566D) is known color: Salt Box. HEX triplet: 77, 56 and 6D. RGB value is (119,86,109). Sum of RGB (Red+Green+Blue) = 119+86+109=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #77566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77566D is #88A992. Grayscale: #626262. Windows color (decimal): -8956307 or 7165559. OLE color: 7165559.
HSL color Cylindrical-coordinate representation of color #77566D: hue angle of 318.18º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77566D is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 86 | 109 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.53 |
| HSL | 318.18º | 0.16% | 0.4% | - |
| HSV(B) | 318.18º | 0.28% | 0.47% | - |
| XYZ | 13.7 | 11.68 | 16 | - |
| YUV | 98.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 109 | 0 | 0.28 | 0.08 | 0.53 | 318.18 | 0.16 | 0.4 |
| Hex | 77 | 56 | 6D | 0 | 1C | 8 | 35 | 13E | 10 | 28 |
| Octal | 167 | 126 | 155 | 0 | 34 | 10 | 65 | 476 | 20 | 50 |
| Binary | 1110111 | 1010110 | 1101101 | 0 | 11100 | 1000 | 110101 | 100111110 | 10000 | 101000 |
Color Harmonies of #77566D
Complementary color
Monochromatic Colors of #77566D
Black with #77566D
Text Example
Text Example
White with #77566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77566D; }
p { color: rgb(119,86,109); }
H1.HeaderClassName
{
color: #77566D;
}
.AnyTagClassName
{
color: #77566D;
}
</style>
background-color css
<style>
a { background-color: #77566D; }
a { background-color: rgb(119,86,109); }
div.DivClassName
{
background-color: #77566D;
}
.BgClassName
{
background-color: #77566D;
}
</style>
border-color css
<style>
span { border-color: #77566D; }
span { border-color: rgb(119,86,109); }
td.TdClassName
{
border-color: #77566D;
}
.TagClassName
{
border-color: #77566D;
}
</style>