Shades of Salt Box #74616D
Tints of Salt Box #74616D
RGB
CMYK
RGB Variations
Color information
#74616D (or 0x74616D) is known color: Salt Box. HEX triplet: 74, 61 and 6D. RGB value is (116,97,109). Sum of RGB (Red+Green+Blue) = 116+97+109=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #74616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74616D is #8B9E92. Grayscale: #686868. Windows color (decimal): -9150099 or 7168372. OLE color: 7168372.
HSL color Cylindrical-coordinate representation of color #74616D: hue angle of 322.11º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #74616D is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 97 | 109 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.55 |
| HSL | 322.11º | 0.09% | 0.42% | - |
| HSV(B) | 322.11º | 0.16% | 0.45% | - |
| XYZ | 14.24 | 13.37 | 16.3 | - |
| YUV | 104.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 109 | 0 | 0.16 | 0.06 | 0.55 | 322.11 | 0.09 | 0.42 |
| Hex | 74 | 61 | 6D | 0 | 10 | 6 | 37 | 142 | 9 | 2A |
| Octal | 164 | 141 | 155 | 0 | 20 | 6 | 67 | 502 | 11 | 52 |
| Binary | 1110100 | 1100001 | 1101101 | 0 | 10000 | 110 | 110111 | 101000010 | 1001 | 101010 |
Color Harmonies of #74616D
Complementary color
Monochromatic Colors of #74616D
Black with #74616D
Text Example
Text Example
White with #74616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74616D; }
p { color: rgb(116,97,109); }
H1.HeaderClassName
{
color: #74616D;
}
.AnyTagClassName
{
color: #74616D;
}
</style>
background-color css
<style>
a { background-color: #74616D; }
a { background-color: rgb(116,97,109); }
div.DivClassName
{
background-color: #74616D;
}
.BgClassName
{
background-color: #74616D;
}
</style>
border-color css
<style>
span { border-color: #74616D; }
span { border-color: rgb(116,97,109); }
td.TdClassName
{
border-color: #74616D;
}
.TagClassName
{
border-color: #74616D;
}
</style>