Shades of Salt Box #77506E
Tints of Salt Box #77506E
RGB
CMYK
RGB Variations
Color information
#77506E (or 0x77506E) is known color: Salt Box. HEX triplet: 77, 50 and 6E. RGB value is (119,80,110). Sum of RGB (Red+Green+Blue) = 119+80+110=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #77506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77506E is #88AF91. Grayscale: #5E5E5E. Windows color (decimal): -8957842 or 7229559. OLE color: 7229559.
HSL color Cylindrical-coordinate representation of color #77506E: hue angle of 313.85º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77506E is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 80 | 110 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.53 |
| HSL | 313.85º | 0.2% | 0.39% | - |
| HSV(B) | 313.85º | 0.33% | 0.47% | - |
| XYZ | 13.29 | 10.79 | 16.13 | - |
| YUV | 95.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 80 | 110 | 0 | 0.33 | 0.08 | 0.53 | 313.85 | 0.2 | 0.39 |
| Hex | 77 | 50 | 6E | 0 | 21 | 8 | 35 | 13A | 14 | 27 |
| Octal | 167 | 120 | 156 | 0 | 41 | 10 | 65 | 472 | 24 | 47 |
| Binary | 1110111 | 1010000 | 1101110 | 0 | 100001 | 1000 | 110101 | 100111010 | 10100 | 100111 |
Color Harmonies of #77506E
Complementary color
Monochromatic Colors of #77506E
Black with #77506E
Text Example
Text Example
White with #77506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77506E; }
p { color: rgb(119,80,110); }
H1.HeaderClassName
{
color: #77506E;
}
.AnyTagClassName
{
color: #77506E;
}
</style>
background-color css
<style>
a { background-color: #77506E; }
a { background-color: rgb(119,80,110); }
div.DivClassName
{
background-color: #77506E;
}
.BgClassName
{
background-color: #77506E;
}
</style>
border-color css
<style>
span { border-color: #77506E; }
span { border-color: rgb(119,80,110); }
td.TdClassName
{
border-color: #77506E;
}
.TagClassName
{
border-color: #77506E;
}
</style>