Shades of Salt Box #745D6D
Tints of Salt Box #745D6D
RGB
CMYK
RGB Variations
Color information
#745D6D (or 0x745D6D) is known color: Salt Box. HEX triplet: 74, 5D and 6D. RGB value is (116,93,109). Sum of RGB (Red+Green+Blue) = 116+93+109=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #745D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D6D is #8BA292. Grayscale: #656565. Windows color (decimal): -9151123 or 7167348. OLE color: 7167348.
HSL color Cylindrical-coordinate representation of color #745D6D: hue angle of 318.26º 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 #745D6D is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 109 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.55 |
| HSL | 318.26º | 0.11% | 0.41% | - |
| HSV(B) | 318.26º | 0.2% | 0.45% | - |
| XYZ | 13.88 | 12.65 | 16.18 | - |
| YUV | 101.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 109 | 0 | 0.20 | 0.06 | 0.55 | 318.26 | 0.11 | 0.41 |
| Hex | 74 | 5D | 6D | 0 | 14 | 6 | 37 | 13E | B | 29 |
| Octal | 164 | 135 | 155 | 0 | 24 | 6 | 67 | 476 | 13 | 51 |
| Binary | 1110100 | 1011101 | 1101101 | 0 | 10100 | 110 | 110111 | 100111110 | 1011 | 101001 |
Color Harmonies of #745D6D
Complementary color
Monochromatic Colors of #745D6D
Black with #745D6D
Text Example
Text Example
White with #745D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D6D; }
p { color: rgb(116,93,109); }
H1.HeaderClassName
{
color: #745D6D;
}
.AnyTagClassName
{
color: #745D6D;
}
</style>
background-color css
<style>
a { background-color: #745D6D; }
a { background-color: rgb(116,93,109); }
div.DivClassName
{
background-color: #745D6D;
}
.BgClassName
{
background-color: #745D6D;
}
</style>
border-color css
<style>
span { border-color: #745D6D; }
span { border-color: rgb(116,93,109); }
td.TdClassName
{
border-color: #745D6D;
}
.TagClassName
{
border-color: #745D6D;
}
</style>