Shades of Salt Box #74566D
Tints of Salt Box #74566D
RGB
CMYK
RGB Variations
Color information
#74566D (or 0x74566D) is known color: Salt Box. HEX triplet: 74, 56 and 6D. RGB value is (116,86,109). Sum of RGB (Red+Green+Blue) = 116+86+109=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #74566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74566D is #8BA992. Grayscale: #616161. Windows color (decimal): -9152915 or 7165556. OLE color: 7165556.
HSL color Cylindrical-coordinate representation of color #74566D: hue angle of 314º 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 #74566D is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 109 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.55 |
| HSL | 314º | 0.15% | 0.4% | - |
| HSV(B) | 314º | 0.26% | 0.45% | - |
| XYZ | 13.29 | 11.47 | 15.98 | - |
| YUV | 97.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 109 | 0 | 0.26 | 0.06 | 0.55 | 314 | 0.15 | 0.4 |
| Hex | 74 | 56 | 6D | 0 | 1A | 6 | 37 | 13A | F | 28 |
| Octal | 164 | 126 | 155 | 0 | 32 | 6 | 67 | 472 | 17 | 50 |
| Binary | 1110100 | 1010110 | 1101101 | 0 | 11010 | 110 | 110111 | 100111010 | 1111 | 101000 |
Color Harmonies of #74566D
Complementary color
Monochromatic Colors of #74566D
Black with #74566D
Text Example
Text Example
White with #74566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74566D; }
p { color: rgb(116,86,109); }
H1.HeaderClassName
{
color: #74566D;
}
.AnyTagClassName
{
color: #74566D;
}
</style>
background-color css
<style>
a { background-color: #74566D; }
a { background-color: rgb(116,86,109); }
div.DivClassName
{
background-color: #74566D;
}
.BgClassName
{
background-color: #74566D;
}
</style>
border-color css
<style>
span { border-color: #74566D; }
span { border-color: rgb(116,86,109); }
td.TdClassName
{
border-color: #74566D;
}
.TagClassName
{
border-color: #74566D;
}
</style>