Shades of Salt Box #74636F
Tints of Salt Box #74636F
RGB
CMYK
RGB Variations
Color information
#74636F (or 0x74636F) is known color: Salt Box. HEX triplet: 74, 63 and 6F. RGB value is (116,99,111). Sum of RGB (Red+Green+Blue) = 116+99+111=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 116 - color contains mainly: red. Hex color #74636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74636F is #8B9C90. Grayscale: #696969. Windows color (decimal): -9149585 or 7299956. OLE color: 7299956.
HSL color Cylindrical-coordinate representation of color #74636F: hue angle of 317.65º 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 #74636F is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 99 | 111 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.55 |
| HSL | 317.65º | 0.08% | 0.42% | - |
| HSV(B) | 317.65º | 0.15% | 0.45% | - |
| XYZ | 14.53 | 13.78 | 16.93 | - |
| YUV | 105.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 99 | 111 | 0 | 0.15 | 0.04 | 0.55 | 317.65 | 0.08 | 0.42 |
| Hex | 74 | 63 | 6F | 0 | F | 4 | 37 | 13E | 8 | 2A |
| Octal | 164 | 143 | 157 | 0 | 17 | 4 | 67 | 476 | 10 | 52 |
| Binary | 1110100 | 1100011 | 1101111 | 0 | 1111 | 100 | 110111 | 100111110 | 1000 | 101010 |
Color Harmonies of #74636F
Complementary color
Monochromatic Colors of #74636F
Black with #74636F
Text Example
Text Example
White with #74636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74636F; }
p { color: rgb(116,99,111); }
H1.HeaderClassName
{
color: #74636F;
}
.AnyTagClassName
{
color: #74636F;
}
</style>
background-color css
<style>
a { background-color: #74636F; }
a { background-color: rgb(116,99,111); }
div.DivClassName
{
background-color: #74636F;
}
.BgClassName
{
background-color: #74636F;
}
</style>
border-color css
<style>
span { border-color: #74636F; }
span { border-color: rgb(116,99,111); }
td.TdClassName
{
border-color: #74636F;
}
.TagClassName
{
border-color: #74636F;
}
</style>