Shades of Salt Box #745D6C
Tints of Salt Box #745D6C
RGB
CMYK
RGB Variations
Color information
#745D6C (or 0x745D6C) is known color: Salt Box. HEX triplet: 74, 5D and 6C. RGB value is (116,93,108). Sum of RGB (Red+Green+Blue) = 116+93+108=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 116 - color contains mainly: red. Hex color #745D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D6C is #8BA293. Grayscale: #656565. Windows color (decimal): -9151124 or 7101812. OLE color: 7101812.
HSL color Cylindrical-coordinate representation of color #745D6C: hue angle of 320.87º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #745D6C is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 108 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.55 |
| HSL | 320.87º | 0.11% | 0.41% | - |
| HSV(B) | 320.87º | 0.2% | 0.45% | - |
| XYZ | 13.82 | 12.62 | 15.9 | - |
| YUV | 101.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 108 | 0 | 0.20 | 0.07 | 0.55 | 320.87 | 0.11 | 0.41 |
| Hex | 74 | 5D | 6C | 0 | 14 | 7 | 37 | 141 | B | 29 |
| Octal | 164 | 135 | 154 | 0 | 24 | 7 | 67 | 501 | 13 | 51 |
| Binary | 1110100 | 1011101 | 1101100 | 0 | 10100 | 111 | 110111 | 101000001 | 1011 | 101001 |
Color Harmonies of #745D6C
Complementary color
Monochromatic Colors of #745D6C
Black with #745D6C
Text Example
Text Example
White with #745D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D6C; }
p { color: rgb(116,93,108); }
H1.HeaderClassName
{
color: #745D6C;
}
.AnyTagClassName
{
color: #745D6C;
}
</style>
background-color css
<style>
a { background-color: #745D6C; }
a { background-color: rgb(116,93,108); }
div.DivClassName
{
background-color: #745D6C;
}
.BgClassName
{
background-color: #745D6C;
}
</style>
border-color css
<style>
span { border-color: #745D6C; }
span { border-color: rgb(116,93,108); }
td.TdClassName
{
border-color: #745D6C;
}
.TagClassName
{
border-color: #745D6C;
}
</style>