Shades of Salt Box #745C6E
Tints of Salt Box #745C6E
RGB
CMYK
RGB Variations
Color information
#745C6E (or 0x745C6E) is known color: Salt Box. HEX triplet: 74, 5C and 6E. RGB value is (116,92,110). Sum of RGB (Red+Green+Blue) = 116+92+110=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #745C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C6E is #8BA391. Grayscale: #656565. Windows color (decimal): -9151378 or 7232628. OLE color: 7232628.
HSL color Cylindrical-coordinate representation of color #745C6E: hue angle of 315º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #745C6E is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 110 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.55 |
| HSL | 315º | 0.12% | 0.41% | - |
| HSV(B) | 315º | 0.21% | 0.45% | - |
| XYZ | 13.84 | 12.49 | 16.43 | - |
| YUV | 101.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 110 | 0 | 0.21 | 0.05 | 0.55 | 315 | 0.12 | 0.41 |
| Hex | 74 | 5C | 6E | 0 | 15 | 5 | 37 | 13B | C | 29 |
| Octal | 164 | 134 | 156 | 0 | 25 | 5 | 67 | 473 | 14 | 51 |
| Binary | 1110100 | 1011100 | 1101110 | 0 | 10101 | 101 | 110111 | 100111011 | 1100 | 101001 |
Color Harmonies of #745C6E
Complementary color
Monochromatic Colors of #745C6E
Black with #745C6E
Text Example
Text Example
White with #745C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C6E; }
p { color: rgb(116,92,110); }
H1.HeaderClassName
{
color: #745C6E;
}
.AnyTagClassName
{
color: #745C6E;
}
</style>
background-color css
<style>
a { background-color: #745C6E; }
a { background-color: rgb(116,92,110); }
div.DivClassName
{
background-color: #745C6E;
}
.BgClassName
{
background-color: #745C6E;
}
</style>
border-color css
<style>
span { border-color: #745C6E; }
span { border-color: rgb(116,92,110); }
td.TdClassName
{
border-color: #745C6E;
}
.TagClassName
{
border-color: #745C6E;
}
</style>