Shades of Salt Box #77526F
Tints of Salt Box #77526F
RGB
CMYK
RGB Variations
Color information
#77526F (or 0x77526F) is known color: Salt Box. HEX triplet: 77, 52 and 6F. RGB value is (119,82,111). Sum of RGB (Red+Green+Blue) = 119+82+111=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #77526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77526F is #88AD90. Grayscale: #606060. Windows color (decimal): -8957329 or 7295607. OLE color: 7295607.
HSL color Cylindrical-coordinate representation of color #77526F: hue angle of 312.97º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77526F is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 111 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.53 |
| HSL | 312.97º | 0.18% | 0.39% | - |
| HSV(B) | 312.97º | 0.31% | 0.47% | - |
| XYZ | 13.49 | 11.1 | 16.47 | - |
| YUV | 96.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 111 | 0 | 0.31 | 0.07 | 0.53 | 312.97 | 0.18 | 0.39 |
| Hex | 77 | 52 | 6F | 0 | 1F | 7 | 35 | 139 | 12 | 27 |
| Octal | 167 | 122 | 157 | 0 | 37 | 7 | 65 | 471 | 22 | 47 |
| Binary | 1110111 | 1010010 | 1101111 | 0 | 11111 | 111 | 110101 | 100111001 | 10010 | 100111 |
Color Harmonies of #77526F
Complementary color
Monochromatic Colors of #77526F
Black with #77526F
Text Example
Text Example
White with #77526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77526F; }
p { color: rgb(119,82,111); }
H1.HeaderClassName
{
color: #77526F;
}
.AnyTagClassName
{
color: #77526F;
}
</style>
background-color css
<style>
a { background-color: #77526F; }
a { background-color: rgb(119,82,111); }
div.DivClassName
{
background-color: #77526F;
}
.BgClassName
{
background-color: #77526F;
}
</style>
border-color css
<style>
span { border-color: #77526F; }
span { border-color: rgb(119,82,111); }
td.TdClassName
{
border-color: #77526F;
}
.TagClassName
{
border-color: #77526F;
}
</style>