Shades of Salt Box #76546C
Tints of Salt Box #76546C
RGB
CMYK
RGB Variations
Color information
#76546C (or 0x76546C) is known color: Salt Box. HEX triplet: 76, 54 and 6C. RGB value is (118,84,108). Sum of RGB (Red+Green+Blue) = 118+84+108=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76546C is #89AB93. Grayscale: #606060. Windows color (decimal): -9022356 or 7099510. OLE color: 7099510.
HSL color Cylindrical-coordinate representation of color #76546C: hue angle of 317.65º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76546C is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 108 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.54 |
| HSL | 317.65º | 0.17% | 0.4% | - |
| HSV(B) | 317.65º | 0.29% | 0.46% | - |
| XYZ | 13.35 | 11.27 | 15.66 | - |
| YUV | 96.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 108 | 0 | 0.29 | 0.08 | 0.54 | 317.65 | 0.17 | 0.4 |
| Hex | 76 | 54 | 6C | 0 | 1D | 8 | 36 | 13E | 11 | 28 |
| Octal | 166 | 124 | 154 | 0 | 35 | 10 | 66 | 476 | 21 | 50 |
| Binary | 1110110 | 1010100 | 1101100 | 0 | 11101 | 1000 | 110110 | 100111110 | 10001 | 101000 |
Color Harmonies of #76546C
Complementary color
Monochromatic Colors of #76546C
Black with #76546C
Text Example
Text Example
White with #76546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76546C; }
p { color: rgb(118,84,108); }
H1.HeaderClassName
{
color: #76546C;
}
.AnyTagClassName
{
color: #76546C;
}
</style>
background-color css
<style>
a { background-color: #76546C; }
a { background-color: rgb(118,84,108); }
div.DivClassName
{
background-color: #76546C;
}
.BgClassName
{
background-color: #76546C;
}
</style>
border-color css
<style>
span { border-color: #76546C; }
span { border-color: rgb(118,84,108); }
td.TdClassName
{
border-color: #76546C;
}
.TagClassName
{
border-color: #76546C;
}
</style>