Shades of Salt Box #76576C
Tints of Salt Box #76576C
RGB
CMYK
RGB Variations
Color information
#76576C (or 0x76576C) is known color: Salt Box. HEX triplet: 76, 57 and 6C. RGB value is (118,87,108). Sum of RGB (Red+Green+Blue) = 118+87+108=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #76576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76576C is #89A893. Grayscale: #626262. Windows color (decimal): -9021588 or 7100278. OLE color: 7100278.
HSL color Cylindrical-coordinate representation of color #76576C: hue angle of 319.35º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76576C is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 108 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.54 |
| HSL | 319.35º | 0.15% | 0.4% | - |
| HSV(B) | 319.35º | 0.26% | 0.46% | - |
| XYZ | 13.59 | 11.75 | 15.74 | - |
| YUV | 98.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 108 | 0 | 0.26 | 0.08 | 0.54 | 319.35 | 0.15 | 0.4 |
| Hex | 76 | 57 | 6C | 0 | 1A | 8 | 36 | 13F | F | 28 |
| Octal | 166 | 127 | 154 | 0 | 32 | 10 | 66 | 477 | 17 | 50 |
| Binary | 1110110 | 1010111 | 1101100 | 0 | 11010 | 1000 | 110110 | 100111111 | 1111 | 101000 |
Color Harmonies of #76576C
Complementary color
Monochromatic Colors of #76576C
Black with #76576C
Text Example
Text Example
White with #76576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76576C; }
p { color: rgb(118,87,108); }
H1.HeaderClassName
{
color: #76576C;
}
.AnyTagClassName
{
color: #76576C;
}
</style>
background-color css
<style>
a { background-color: #76576C; }
a { background-color: rgb(118,87,108); }
div.DivClassName
{
background-color: #76576C;
}
.BgClassName
{
background-color: #76576C;
}
</style>
border-color css
<style>
span { border-color: #76576C; }
span { border-color: rgb(118,87,108); }
td.TdClassName
{
border-color: #76576C;
}
.TagClassName
{
border-color: #76576C;
}
</style>