Shades of Salt Box #74506F
Tints of Salt Box #74506F
RGB
CMYK
RGB Variations
Color information
#74506F (or 0x74506F) is known color: Salt Box. HEX triplet: 74, 50 and 6F. RGB value is (116,80,111). Sum of RGB (Red+Green+Blue) = 116+80+111=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #74506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74506F is #8BAF90. Grayscale: #5E5E5E. Windows color (decimal): -9154449 or 7295092. OLE color: 7295092.
HSL color Cylindrical-coordinate representation of color #74506F: hue angle of 308.33º 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 #74506F is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 111 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.55 |
| HSL | 308.33º | 0.18% | 0.38% | - |
| HSV(B) | 308.33º | 0.31% | 0.45% | - |
| XYZ | 12.94 | 10.6 | 16.4 | - |
| YUV | 94.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 111 | 0 | 0.31 | 0.04 | 0.55 | 308.33 | 0.18 | 0.38 |
| Hex | 74 | 50 | 6F | 0 | 1F | 4 | 37 | 134 | 12 | 26 |
| Octal | 164 | 120 | 157 | 0 | 37 | 4 | 67 | 464 | 22 | 46 |
| Binary | 1110100 | 1010000 | 1101111 | 0 | 11111 | 100 | 110111 | 100110100 | 10010 | 100110 |
Color Harmonies of #74506F
Complementary color
Monochromatic Colors of #74506F
Black with #74506F
Text Example
Text Example
White with #74506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74506F; }
p { color: rgb(116,80,111); }
H1.HeaderClassName
{
color: #74506F;
}
.AnyTagClassName
{
color: #74506F;
}
</style>
background-color css
<style>
a { background-color: #74506F; }
a { background-color: rgb(116,80,111); }
div.DivClassName
{
background-color: #74506F;
}
.BgClassName
{
background-color: #74506F;
}
</style>
border-color css
<style>
span { border-color: #74506F; }
span { border-color: rgb(116,80,111); }
td.TdClassName
{
border-color: #74506F;
}
.TagClassName
{
border-color: #74506F;
}
</style>