Shades of Salt Box #74626D
Tints of Salt Box #74626D
RGB
CMYK
RGB Variations
Color information
#74626D (or 0x74626D) is known color: Salt Box. HEX triplet: 74, 62 and 6D. RGB value is (116,98,109). Sum of RGB (Red+Green+Blue) = 116+98+109=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #74626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74626D is #8B9D92. Grayscale: #686868. Windows color (decimal): -9149843 or 7168628. OLE color: 7168628.
HSL color Cylindrical-coordinate representation of color #74626D: hue angle of 323.33º degrees, saturation: 0.08, 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 #74626D is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 98 | 109 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.55 |
| HSL | 323.33º | 0.08% | 0.42% | - |
| HSV(B) | 323.33º | 0.16% | 0.45% | - |
| XYZ | 14.33 | 13.55 | 16.33 | - |
| YUV | 104.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 98 | 109 | 0 | 0.16 | 0.06 | 0.55 | 323.33 | 0.08 | 0.42 |
| Hex | 74 | 62 | 6D | 0 | 10 | 6 | 37 | 143 | 8 | 2A |
| Octal | 164 | 142 | 155 | 0 | 20 | 6 | 67 | 503 | 10 | 52 |
| Binary | 1110100 | 1100010 | 1101101 | 0 | 10000 | 110 | 110111 | 101000011 | 1000 | 101010 |
Color Harmonies of #74626D
Complementary color
Monochromatic Colors of #74626D
Black with #74626D
Text Example
Text Example
White with #74626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74626D; }
p { color: rgb(116,98,109); }
H1.HeaderClassName
{
color: #74626D;
}
.AnyTagClassName
{
color: #74626D;
}
</style>
background-color css
<style>
a { background-color: #74626D; }
a { background-color: rgb(116,98,109); }
div.DivClassName
{
background-color: #74626D;
}
.BgClassName
{
background-color: #74626D;
}
</style>
border-color css
<style>
span { border-color: #74626D; }
span { border-color: rgb(116,98,109); }
td.TdClassName
{
border-color: #74626D;
}
.TagClassName
{
border-color: #74626D;
}
</style>