Shades of Salt Box #74566B
Tints of Salt Box #74566B
RGB
CMYK
RGB Variations
Color information
#74566B (or 0x74566B) is known color: Salt Box. HEX triplet: 74, 56 and 6B. RGB value is (116,86,107). Sum of RGB (Red+Green+Blue) = 116+86+107=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #74566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74566B is #8BA994. Grayscale: #616161. Windows color (decimal): -9152917 or 7034484. OLE color: 7034484.
HSL color Cylindrical-coordinate representation of color #74566B: hue angle of 318º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74566B is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 107 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.55 |
| HSL | 318º | 0.15% | 0.4% | - |
| HSV(B) | 318º | 0.26% | 0.45% | - |
| XYZ | 13.18 | 11.43 | 15.42 | - |
| YUV | 97.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 107 | 0 | 0.26 | 0.08 | 0.55 | 318 | 0.15 | 0.4 |
| Hex | 74 | 56 | 6B | 0 | 1A | 8 | 37 | 13E | F | 28 |
| Octal | 164 | 126 | 153 | 0 | 32 | 10 | 67 | 476 | 17 | 50 |
| Binary | 1110100 | 1010110 | 1101011 | 0 | 11010 | 1000 | 110111 | 100111110 | 1111 | 101000 |
Color Harmonies of #74566B
Complementary color
Monochromatic Colors of #74566B
Black with #74566B
Text Example
Text Example
White with #74566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74566B; }
p { color: rgb(116,86,107); }
H1.HeaderClassName
{
color: #74566B;
}
.AnyTagClassName
{
color: #74566B;
}
</style>
background-color css
<style>
a { background-color: #74566B; }
a { background-color: rgb(116,86,107); }
div.DivClassName
{
background-color: #74566B;
}
.BgClassName
{
background-color: #74566B;
}
</style>
border-color css
<style>
span { border-color: #74566B; }
span { border-color: rgb(116,86,107); }
td.TdClassName
{
border-color: #74566B;
}
.TagClassName
{
border-color: #74566B;
}
</style>