Shades of Salt Box #745F6D
Tints of Salt Box #745F6D
RGB
CMYK
RGB Variations
Color information
#745F6D (or 0x745F6D) is known color: Salt Box. HEX triplet: 74, 5F and 6D. RGB value is (116,95,109). Sum of RGB (Red+Green+Blue) = 116+95+109=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #745F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F6D is #8BA092. Grayscale: #666666. Windows color (decimal): -9150611 or 7167860. OLE color: 7167860.
HSL color Cylindrical-coordinate representation of color #745F6D: hue angle of 320º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #745F6D is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 109 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.55 |
| HSL | 320º | 0.1% | 0.41% | - |
| HSV(B) | 320º | 0.18% | 0.45% | - |
| XYZ | 14.05 | 13 | 16.24 | - |
| YUV | 102.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 109 | 0 | 0.18 | 0.06 | 0.55 | 320 | 0.1 | 0.41 |
| Hex | 74 | 5F | 6D | 0 | 12 | 6 | 37 | 140 | A | 29 |
| Octal | 164 | 137 | 155 | 0 | 22 | 6 | 67 | 500 | 12 | 51 |
| Binary | 1110100 | 1011111 | 1101101 | 0 | 10010 | 110 | 110111 | 101000000 | 1010 | 101001 |
Color Harmonies of #745F6D
Complementary color
Monochromatic Colors of #745F6D
Black with #745F6D
Text Example
Text Example
White with #745F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F6D; }
p { color: rgb(116,95,109); }
H1.HeaderClassName
{
color: #745F6D;
}
.AnyTagClassName
{
color: #745F6D;
}
</style>
background-color css
<style>
a { background-color: #745F6D; }
a { background-color: rgb(116,95,109); }
div.DivClassName
{
background-color: #745F6D;
}
.BgClassName
{
background-color: #745F6D;
}
</style>
border-color css
<style>
span { border-color: #745F6D; }
span { border-color: rgb(116,95,109); }
td.TdClassName
{
border-color: #745F6D;
}
.TagClassName
{
border-color: #745F6D;
}
</style>