Shades of Salt Box #74506D
Tints of Salt Box #74506D
RGB
CMYK
RGB Variations
Color information
#74506D (or 0x74506D) is known color: Salt Box. HEX triplet: 74, 50 and 6D. RGB value is (116,80,109). Sum of RGB (Red+Green+Blue) = 116+80+109=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #74506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74506D is #8BAF92. Grayscale: #5D5D5D. Windows color (decimal): -9154451 or 7164020. OLE color: 7164020.
HSL color Cylindrical-coordinate representation of color #74506D: hue angle of 311.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74506D is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 109 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.55 |
| HSL | 311.67º | 0.18% | 0.38% | - |
| HSV(B) | 311.67º | 0.31% | 0.45% | - |
| XYZ | 12.83 | 10.55 | 15.83 | - |
| YUV | 94.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 109 | 0 | 0.31 | 0.06 | 0.55 | 311.67 | 0.18 | 0.38 |
| Hex | 74 | 50 | 6D | 0 | 1F | 6 | 37 | 138 | 12 | 26 |
| Octal | 164 | 120 | 155 | 0 | 37 | 6 | 67 | 470 | 22 | 46 |
| Binary | 1110100 | 1010000 | 1101101 | 0 | 11111 | 110 | 110111 | 100111000 | 10010 | 100110 |
Color Harmonies of #74506D
Complementary color
Monochromatic Colors of #74506D
Black with #74506D
Text Example
Text Example
White with #74506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74506D; }
p { color: rgb(116,80,109); }
H1.HeaderClassName
{
color: #74506D;
}
.AnyTagClassName
{
color: #74506D;
}
</style>
background-color css
<style>
a { background-color: #74506D; }
a { background-color: rgb(116,80,109); }
div.DivClassName
{
background-color: #74506D;
}
.BgClassName
{
background-color: #74506D;
}
</style>
border-color css
<style>
span { border-color: #74506D; }
span { border-color: rgb(116,80,109); }
td.TdClassName
{
border-color: #74506D;
}
.TagClassName
{
border-color: #74506D;
}
</style>