Shades of Salt Box #77616F
Tints of Salt Box #77616F
RGB
CMYK
RGB Variations
Color information
#77616F (or 0x77616F) is known color: Salt Box. HEX triplet: 77, 61 and 6F. RGB value is (119,97,111). Sum of RGB (Red+Green+Blue) = 119+97+111=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #77616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77616F is #889E90. Grayscale: #696969. Windows color (decimal): -8953489 or 7299447. OLE color: 7299447.
HSL color Cylindrical-coordinate representation of color #77616F: hue angle of 321.82º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77616F is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 97 | 111 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.53 |
| HSL | 321.82º | 0.1% | 0.42% | - |
| HSV(B) | 321.82º | 0.18% | 0.47% | - |
| XYZ | 14.75 | 13.62 | 16.89 | - |
| YUV | 105.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 111 | 0 | 0.18 | 0.07 | 0.53 | 321.82 | 0.1 | 0.42 |
| Hex | 77 | 61 | 6F | 0 | 12 | 7 | 35 | 142 | A | 2A |
| Octal | 167 | 141 | 157 | 0 | 22 | 7 | 65 | 502 | 12 | 52 |
| Binary | 1110111 | 1100001 | 1101111 | 0 | 10010 | 111 | 110101 | 101000010 | 1010 | 101010 |
Color Harmonies of #77616F
Complementary color
Monochromatic Colors of #77616F
Black with #77616F
Text Example
Text Example
White with #77616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77616F; }
p { color: rgb(119,97,111); }
H1.HeaderClassName
{
color: #77616F;
}
.AnyTagClassName
{
color: #77616F;
}
</style>
background-color css
<style>
a { background-color: #77616F; }
a { background-color: rgb(119,97,111); }
div.DivClassName
{
background-color: #77616F;
}
.BgClassName
{
background-color: #77616F;
}
</style>
border-color css
<style>
span { border-color: #77616F; }
span { border-color: rgb(119,97,111); }
td.TdClassName
{
border-color: #77616F;
}
.TagClassName
{
border-color: #77616F;
}
</style>