Shades of Salt Box #745B6D
Tints of Salt Box #745B6D
RGB
CMYK
RGB Variations
Color information
#745B6D (or 0x745B6D) is known color: Salt Box. HEX triplet: 74, 5B and 6D. RGB value is (116,91,109). Sum of RGB (Red+Green+Blue) = 116+91+109=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #745B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B6D is #8BA492. Grayscale: #646464. Windows color (decimal): -9151635 or 7166836. OLE color: 7166836.
HSL color Cylindrical-coordinate representation of color #745B6D: hue angle of 316.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #745B6D is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 91 | 109 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.55 |
| HSL | 316.8º | 0.12% | 0.41% | - |
| HSV(B) | 316.8º | 0.22% | 0.45% | - |
| XYZ | 13.7 | 12.3 | 16.12 | - |
| YUV | 100.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 109 | 0 | 0.22 | 0.06 | 0.55 | 316.8 | 0.12 | 0.41 |
| Hex | 74 | 5B | 6D | 0 | 16 | 6 | 37 | 13D | C | 29 |
| Octal | 164 | 133 | 155 | 0 | 26 | 6 | 67 | 475 | 14 | 51 |
| Binary | 1110100 | 1011011 | 1101101 | 0 | 10110 | 110 | 110111 | 100111101 | 1100 | 101001 |
Color Harmonies of #745B6D
Complementary color
Monochromatic Colors of #745B6D
Black with #745B6D
Text Example
Text Example
White with #745B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B6D; }
p { color: rgb(116,91,109); }
H1.HeaderClassName
{
color: #745B6D;
}
.AnyTagClassName
{
color: #745B6D;
}
</style>
background-color css
<style>
a { background-color: #745B6D; }
a { background-color: rgb(116,91,109); }
div.DivClassName
{
background-color: #745B6D;
}
.BgClassName
{
background-color: #745B6D;
}
</style>
border-color css
<style>
span { border-color: #745B6D; }
span { border-color: rgb(116,91,109); }
td.TdClassName
{
border-color: #745B6D;
}
.TagClassName
{
border-color: #745B6D;
}
</style>