Shades of Salt Box #74556B
Tints of Salt Box #74556B
RGB
CMYK
RGB Variations
Color information
#74556B (or 0x74556B) is known color: Salt Box. HEX triplet: 74, 55 and 6B. RGB value is (116,85,107). Sum of RGB (Red+Green+Blue) = 116+85+107=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #74556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74556B is #8BAA94. Grayscale: #606060. Windows color (decimal): -9153173 or 7034228. OLE color: 7034228.
HSL color Cylindrical-coordinate representation of color #74556B: hue angle of 317.42º 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 #74556B is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 85 | 107 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.55 |
| HSL | 317.42º | 0.15% | 0.39% | - |
| HSV(B) | 317.42º | 0.27% | 0.45% | - |
| XYZ | 13.1 | 11.27 | 15.39 | - |
| YUV | 96.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 107 | 0 | 0.27 | 0.08 | 0.55 | 317.42 | 0.15 | 0.39 |
| Hex | 74 | 55 | 6B | 0 | 1B | 8 | 37 | 13D | F | 27 |
| Octal | 164 | 125 | 153 | 0 | 33 | 10 | 67 | 475 | 17 | 47 |
| Binary | 1110100 | 1010101 | 1101011 | 0 | 11011 | 1000 | 110111 | 100111101 | 1111 | 100111 |
Color Harmonies of #74556B
Complementary color
Monochromatic Colors of #74556B
Black with #74556B
Text Example
Text Example
White with #74556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74556B; }
p { color: rgb(116,85,107); }
H1.HeaderClassName
{
color: #74556B;
}
.AnyTagClassName
{
color: #74556B;
}
</style>
background-color css
<style>
a { background-color: #74556B; }
a { background-color: rgb(116,85,107); }
div.DivClassName
{
background-color: #74556B;
}
.BgClassName
{
background-color: #74556B;
}
</style>
border-color css
<style>
span { border-color: #74556B; }
span { border-color: rgb(116,85,107); }
td.TdClassName
{
border-color: #74556B;
}
.TagClassName
{
border-color: #74556B;
}
</style>