Shades of Salt Box #74556E
Tints of Salt Box #74556E
RGB
CMYK
RGB Variations
Color information
#74556E (or 0x74556E) is known color: Salt Box. HEX triplet: 74, 55 and 6E. RGB value is (116,85,110). Sum of RGB (Red+Green+Blue) = 116+85+110=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #74556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74556E is #8BAA91. Grayscale: #616161. Windows color (decimal): -9153170 or 7230836. OLE color: 7230836.
HSL color Cylindrical-coordinate representation of color #74556E: hue angle of 311.61º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74556E is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 85 | 110 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.55 |
| HSL | 311.61º | 0.15% | 0.39% | - |
| HSV(B) | 311.61º | 0.27% | 0.45% | - |
| XYZ | 13.27 | 11.34 | 16.24 | - |
| YUV | 97.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 110 | 0 | 0.27 | 0.05 | 0.55 | 311.61 | 0.15 | 0.39 |
| Hex | 74 | 55 | 6E | 0 | 1B | 5 | 37 | 138 | F | 27 |
| Octal | 164 | 125 | 156 | 0 | 33 | 5 | 67 | 470 | 17 | 47 |
| Binary | 1110100 | 1010101 | 1101110 | 0 | 11011 | 101 | 110111 | 100111000 | 1111 | 100111 |
Color Harmonies of #74556E
Complementary color
Monochromatic Colors of #74556E
Black with #74556E
Text Example
Text Example
White with #74556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74556E; }
p { color: rgb(116,85,110); }
H1.HeaderClassName
{
color: #74556E;
}
.AnyTagClassName
{
color: #74556E;
}
</style>
background-color css
<style>
a { background-color: #74556E; }
a { background-color: rgb(116,85,110); }
div.DivClassName
{
background-color: #74556E;
}
.BgClassName
{
background-color: #74556E;
}
</style>
border-color css
<style>
span { border-color: #74556E; }
span { border-color: rgb(116,85,110); }
td.TdClassName
{
border-color: #74556E;
}
.TagClassName
{
border-color: #74556E;
}
</style>