Shades of Salt Box #745A6D
Tints of Salt Box #745A6D
RGB
CMYK
RGB Variations
Color information
#745A6D (or 0x745A6D) is known color: Salt Box. HEX triplet: 74, 5A and 6D. RGB value is (116,90,109). Sum of RGB (Red+Green+Blue) = 116+90+109=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #745A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745A6D is #8BA592. Grayscale: #636363. Windows color (decimal): -9151891 or 7166580. OLE color: 7166580.
HSL color Cylindrical-coordinate representation of color #745A6D: hue angle of 316.15º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #745A6D is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 109 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.55 |
| HSL | 316.15º | 0.13% | 0.4% | - |
| HSV(B) | 316.15º | 0.22% | 0.45% | - |
| XYZ | 13.62 | 12.13 | 16.09 | - |
| YUV | 99.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 109 | 0 | 0.22 | 0.06 | 0.55 | 316.15 | 0.13 | 0.4 |
| Hex | 74 | 5A | 6D | 0 | 16 | 6 | 37 | 13C | D | 28 |
| Octal | 164 | 132 | 155 | 0 | 26 | 6 | 67 | 474 | 15 | 50 |
| Binary | 1110100 | 1011010 | 1101101 | 0 | 10110 | 110 | 110111 | 100111100 | 1101 | 101000 |
Color Harmonies of #745A6D
Complementary color
Monochromatic Colors of #745A6D
Black with #745A6D
Text Example
Text Example
White with #745A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A6D; }
p { color: rgb(116,90,109); }
H1.HeaderClassName
{
color: #745A6D;
}
.AnyTagClassName
{
color: #745A6D;
}
</style>
background-color css
<style>
a { background-color: #745A6D; }
a { background-color: rgb(116,90,109); }
div.DivClassName
{
background-color: #745A6D;
}
.BgClassName
{
background-color: #745A6D;
}
</style>
border-color css
<style>
span { border-color: #745A6D; }
span { border-color: rgb(116,90,109); }
td.TdClassName
{
border-color: #745A6D;
}
.TagClassName
{
border-color: #745A6D;
}
</style>