Shades of Salt Box #74636E
Tints of Salt Box #74636E
RGB
CMYK
RGB Variations
Color information
#74636E (or 0x74636E) is known color: Salt Box. HEX triplet: 74, 63 and 6E. RGB value is (116,99,110). Sum of RGB (Red+Green+Blue) = 116+99+110=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #74636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74636E is #8B9C91. Grayscale: #696969. Windows color (decimal): -9149586 or 7234420. OLE color: 7234420.
HSL color Cylindrical-coordinate representation of color #74636E: hue angle of 321.18º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #74636E is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 99 | 110 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.55 |
| HSL | 321.18º | 0.08% | 0.42% | - |
| HSV(B) | 321.18º | 0.15% | 0.45% | - |
| XYZ | 14.48 | 13.76 | 16.65 | - |
| YUV | 105.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 110 | 0 | 0.15 | 0.05 | 0.55 | 321.18 | 0.08 | 0.42 |
| Hex | 74 | 63 | 6E | 0 | F | 5 | 37 | 141 | 8 | 2A |
| Octal | 164 | 143 | 156 | 0 | 17 | 5 | 67 | 501 | 10 | 52 |
| Binary | 1110100 | 1100011 | 1101110 | 0 | 1111 | 101 | 110111 | 101000001 | 1000 | 101010 |
Color Harmonies of #74636E
Complementary color
Monochromatic Colors of #74636E
Black with #74636E
Text Example
Text Example
White with #74636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74636E; }
p { color: rgb(116,99,110); }
H1.HeaderClassName
{
color: #74636E;
}
.AnyTagClassName
{
color: #74636E;
}
</style>
background-color css
<style>
a { background-color: #74636E; }
a { background-color: rgb(116,99,110); }
div.DivClassName
{
background-color: #74636E;
}
.BgClassName
{
background-color: #74636E;
}
</style>
border-color css
<style>
span { border-color: #74636E; }
span { border-color: rgb(116,99,110); }
td.TdClassName
{
border-color: #74636E;
}
.TagClassName
{
border-color: #74636E;
}
</style>