Shades of Salt Box #74596C
Tints of Salt Box #74596C
RGB
CMYK
RGB Variations
Color information
#74596C (or 0x74596C) is known color: Salt Box. HEX triplet: 74, 59 and 6C. RGB value is (116,89,108). Sum of RGB (Red+Green+Blue) = 116+89+108=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #74596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74596C is #8BA693. Grayscale: #636363. Windows color (decimal): -9152148 or 7100788. OLE color: 7100788.
HSL color Cylindrical-coordinate representation of color #74596C: hue angle of 317.78º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74596C is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 108 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.55 |
| HSL | 317.78º | 0.13% | 0.4% | - |
| HSV(B) | 317.78º | 0.23% | 0.45% | - |
| XYZ | 13.48 | 11.94 | 15.78 | - |
| YUV | 99.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 108 | 0 | 0.23 | 0.07 | 0.55 | 317.78 | 0.13 | 0.4 |
| Hex | 74 | 59 | 6C | 0 | 17 | 7 | 37 | 13E | D | 28 |
| Octal | 164 | 131 | 154 | 0 | 27 | 7 | 67 | 476 | 15 | 50 |
| Binary | 1110100 | 1011001 | 1101100 | 0 | 10111 | 111 | 110111 | 100111110 | 1101 | 101000 |
Color Harmonies of #74596C
Complementary color
Monochromatic Colors of #74596C
Black with #74596C
Text Example
Text Example
White with #74596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74596C; }
p { color: rgb(116,89,108); }
H1.HeaderClassName
{
color: #74596C;
}
.AnyTagClassName
{
color: #74596C;
}
</style>
background-color css
<style>
a { background-color: #74596C; }
a { background-color: rgb(116,89,108); }
div.DivClassName
{
background-color: #74596C;
}
.BgClassName
{
background-color: #74596C;
}
</style>
border-color css
<style>
span { border-color: #74596C; }
span { border-color: rgb(116,89,108); }
td.TdClassName
{
border-color: #74596C;
}
.TagClassName
{
border-color: #74596C;
}
</style>