Shades of Salt Box #74656F
Tints of Salt Box #74656F
RGB
CMYK
RGB Variations
Color information
#74656F (or 0x74656F) is known color: Salt Box. HEX triplet: 74, 65 and 6F. RGB value is (116,101,111). Sum of RGB (Red+Green+Blue) = 116+101+111=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 116 - color contains mainly: red. Hex color #74656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74656F is #8B9A90. Grayscale: #6A6A6A. Windows color (decimal): -9149073 or 7300468. OLE color: 7300468.
HSL color Cylindrical-coordinate representation of color #74656F: hue angle of 320º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #74656F is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 111 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.55 |
| HSL | 320º | 0.07% | 0.43% | - |
| HSV(B) | 320º | 0.13% | 0.45% | - |
| XYZ | 14.73 | 14.17 | 17 | - |
| YUV | 106.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 111 | 0 | 0.13 | 0.04 | 0.55 | 320 | 0.07 | 0.43 |
| Hex | 74 | 65 | 6F | 0 | D | 4 | 37 | 140 | 7 | 2B |
| Octal | 164 | 145 | 157 | 0 | 15 | 4 | 67 | 500 | 7 | 53 |
| Binary | 1110100 | 1100101 | 1101111 | 0 | 1101 | 100 | 110111 | 101000000 | 111 | 101011 |
Color Harmonies of #74656F
Complementary color
Monochromatic Colors of #74656F
Black with #74656F
Text Example
Text Example
White with #74656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74656F; }
p { color: rgb(116,101,111); }
H1.HeaderClassName
{
color: #74656F;
}
.AnyTagClassName
{
color: #74656F;
}
</style>
background-color css
<style>
a { background-color: #74656F; }
a { background-color: rgb(116,101,111); }
div.DivClassName
{
background-color: #74656F;
}
.BgClassName
{
background-color: #74656F;
}
</style>
border-color css
<style>
span { border-color: #74656F; }
span { border-color: rgb(116,101,111); }
td.TdClassName
{
border-color: #74656F;
}
.TagClassName
{
border-color: #74656F;
}
</style>