Shades of Salt Box #76626E
Tints of Salt Box #76626E
RGB
CMYK
RGB Variations
Color information
#76626E (or 0x76626E) is known color: Salt Box. HEX triplet: 76, 62 and 6E. RGB value is (118,98,110). Sum of RGB (Red+Green+Blue) = 118+98+110=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #76626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76626E is #899D91. Grayscale: #696969. Windows color (decimal): -9018770 or 7234166. OLE color: 7234166.
HSL color Cylindrical-coordinate representation of color #76626E: hue angle of 324º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76626E is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 98 | 110 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.54 |
| HSL | 324º | 0.09% | 0.42% | - |
| HSV(B) | 324º | 0.17% | 0.46% | - |
| XYZ | 14.65 | 13.71 | 16.63 | - |
| YUV | 105.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 110 | 0 | 0.17 | 0.07 | 0.54 | 324 | 0.09 | 0.42 |
| Hex | 76 | 62 | 6E | 0 | 11 | 7 | 36 | 144 | 9 | 2A |
| Octal | 166 | 142 | 156 | 0 | 21 | 7 | 66 | 504 | 11 | 52 |
| Binary | 1110110 | 1100010 | 1101110 | 0 | 10001 | 111 | 110110 | 101000100 | 1001 | 101010 |
Color Harmonies of #76626E
Complementary color
Monochromatic Colors of #76626E
Black with #76626E
Text Example
Text Example
White with #76626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76626E; }
p { color: rgb(118,98,110); }
H1.HeaderClassName
{
color: #76626E;
}
.AnyTagClassName
{
color: #76626E;
}
</style>
background-color css
<style>
a { background-color: #76626E; }
a { background-color: rgb(118,98,110); }
div.DivClassName
{
background-color: #76626E;
}
.BgClassName
{
background-color: #76626E;
}
</style>
border-color css
<style>
span { border-color: #76626E; }
span { border-color: rgb(118,98,110); }
td.TdClassName
{
border-color: #76626E;
}
.TagClassName
{
border-color: #76626E;
}
</style>