Shades of Salt Box #745E6E
Tints of Salt Box #745E6E
RGB
CMYK
RGB Variations
Color information
#745E6E (or 0x745E6E) is known color: Salt Box. HEX triplet: 74, 5E and 6E. RGB value is (116,94,110). Sum of RGB (Red+Green+Blue) = 116+94+110=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #745E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745E6E is #8BA191. Grayscale: #666666. Windows color (decimal): -9150866 or 7233140. OLE color: 7233140.
HSL color Cylindrical-coordinate representation of color #745E6E: hue angle of 316.36º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #745E6E is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 94 | 110 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.55 |
| HSL | 316.36º | 0.1% | 0.41% | - |
| HSV(B) | 316.36º | 0.19% | 0.45% | - |
| XYZ | 14.02 | 12.84 | 16.49 | - |
| YUV | 102.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 110 | 0 | 0.19 | 0.05 | 0.55 | 316.36 | 0.1 | 0.41 |
| Hex | 74 | 5E | 6E | 0 | 13 | 5 | 37 | 13C | A | 29 |
| Octal | 164 | 136 | 156 | 0 | 23 | 5 | 67 | 474 | 12 | 51 |
| Binary | 1110100 | 1011110 | 1101110 | 0 | 10011 | 101 | 110111 | 100111100 | 1010 | 101001 |
Color Harmonies of #745E6E
Complementary color
Monochromatic Colors of #745E6E
Black with #745E6E
Text Example
Text Example
White with #745E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745E6E; }
p { color: rgb(116,94,110); }
H1.HeaderClassName
{
color: #745E6E;
}
.AnyTagClassName
{
color: #745E6E;
}
</style>
background-color css
<style>
a { background-color: #745E6E; }
a { background-color: rgb(116,94,110); }
div.DivClassName
{
background-color: #745E6E;
}
.BgClassName
{
background-color: #745E6E;
}
</style>
border-color css
<style>
span { border-color: #745E6E; }
span { border-color: rgb(116,94,110); }
td.TdClassName
{
border-color: #745E6E;
}
.TagClassName
{
border-color: #745E6E;
}
</style>