Shades of Salt Box #74486B
Tints of Salt Box #74486B
RGB
CMYK
RGB Variations
Color information
#74486B (or 0x74486B) is known color: Salt Box. HEX triplet: 74, 48 and 6B. RGB value is (116,72,107). Sum of RGB (Red+Green+Blue) = 116+72+107=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #74486B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74486B is #8BB794. Grayscale: #595959. Windows color (decimal): -9156501 or 7030900. OLE color: 7030900.
HSL color Cylindrical-coordinate representation of color #74486B: hue angle of 312.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74486B is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 72 | 107 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.55 |
| HSL | 312.27º | 0.23% | 0.37% | - |
| HSV(B) | 312.27º | 0.38% | 0.45% | - |
| XYZ | 12.17 | 9.41 | 15.08 | - |
| YUV | 89.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 107 | 0 | 0.38 | 0.08 | 0.55 | 312.27 | 0.23 | 0.37 |
| Hex | 74 | 48 | 6B | 0 | 26 | 8 | 37 | 138 | 17 | 25 |
| Octal | 164 | 110 | 153 | 0 | 46 | 10 | 67 | 470 | 27 | 45 |
| Binary | 1110100 | 1001000 | 1101011 | 0 | 100110 | 1000 | 110111 | 100111000 | 10111 | 100101 |
Color Harmonies of #74486B
Complementary color
Monochromatic Colors of #74486B
Black with #74486B
Text Example
Text Example
White with #74486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74486B; }
p { color: rgb(116,72,107); }
H1.HeaderClassName
{
color: #74486B;
}
.AnyTagClassName
{
color: #74486B;
}
</style>
background-color css
<style>
a { background-color: #74486B; }
a { background-color: rgb(116,72,107); }
div.DivClassName
{
background-color: #74486B;
}
.BgClassName
{
background-color: #74486B;
}
</style>
border-color css
<style>
span { border-color: #74486B; }
span { border-color: rgb(116,72,107); }
td.TdClassName
{
border-color: #74486B;
}
.TagClassName
{
border-color: #74486B;
}
</style>