Shades of Salt Box #734F6E
Tints of Salt Box #734F6E
RGB
CMYK
RGB Variations
Color information
#734F6E (or 0x734F6E) is known color: Salt Box. HEX triplet: 73, 4F and 6E. RGB value is (115,79,110). Sum of RGB (Red+Green+Blue) = 115+79+110=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #734F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734F6E is #8CB091. Grayscale: #5D5D5D. Windows color (decimal): -9220242 or 7229299. OLE color: 7229299.
HSL color Cylindrical-coordinate representation of color #734F6E: hue angle of 308.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #734F6E is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 79 | 110 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.55 |
| HSL | 308.33º | 0.19% | 0.38% | - |
| HSV(B) | 308.33º | 0.31% | 0.45% | - |
| XYZ | 12.68 | 10.36 | 16.08 | - |
| YUV | 93.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 79 | 110 | 0 | 0.31 | 0.04 | 0.55 | 308.33 | 0.19 | 0.38 |
| Hex | 73 | 4F | 6E | 0 | 1F | 4 | 37 | 134 | 13 | 26 |
| Octal | 163 | 117 | 156 | 0 | 37 | 4 | 67 | 464 | 23 | 46 |
| Binary | 1110011 | 1001111 | 1101110 | 0 | 11111 | 100 | 110111 | 100110100 | 10011 | 100110 |
Color Harmonies of #734F6E
Complementary color
Monochromatic Colors of #734F6E
Black with #734F6E
Text Example
Text Example
White with #734F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734F6E; }
p { color: rgb(115,79,110); }
H1.HeaderClassName
{
color: #734F6E;
}
.AnyTagClassName
{
color: #734F6E;
}
</style>
background-color css
<style>
a { background-color: #734F6E; }
a { background-color: rgb(115,79,110); }
div.DivClassName
{
background-color: #734F6E;
}
.BgClassName
{
background-color: #734F6E;
}
</style>
border-color css
<style>
span { border-color: #734F6E; }
span { border-color: rgb(115,79,110); }
td.TdClassName
{
border-color: #734F6E;
}
.TagClassName
{
border-color: #734F6E;
}
</style>