Shades of Salt Box #74506A
Tints of Salt Box #74506A
RGB
CMYK
RGB Variations
Color information
#74506A (or 0x74506A) is known color: Salt Box. HEX triplet: 74, 50 and 6A. RGB value is (116,80,106). Sum of RGB (Red+Green+Blue) = 116+80+106=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #74506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74506A is #8BAF95. Grayscale: #5D5D5D. Windows color (decimal): -9154454 or 6967412. OLE color: 6967412.
HSL color Cylindrical-coordinate representation of color #74506A: hue angle of 316.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 #74506A is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 106 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.55 |
| HSL | 316.67º | 0.18% | 0.38% | - |
| HSV(B) | 316.67º | 0.31% | 0.45% | - |
| XYZ | 12.67 | 10.49 | 14.99 | - |
| YUV | 93.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 106 | 0 | 0.31 | 0.09 | 0.55 | 316.67 | 0.18 | 0.38 |
| Hex | 74 | 50 | 6A | 0 | 1F | 9 | 37 | 13D | 12 | 26 |
| Octal | 164 | 120 | 152 | 0 | 37 | 11 | 67 | 475 | 22 | 46 |
| Binary | 1110100 | 1010000 | 1101010 | 0 | 11111 | 1001 | 110111 | 100111101 | 10010 | 100110 |
Color Harmonies of #74506A
Complementary color
Monochromatic Colors of #74506A
Black with #74506A
Text Example
Text Example
White with #74506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74506A; }
p { color: rgb(116,80,106); }
H1.HeaderClassName
{
color: #74506A;
}
.AnyTagClassName
{
color: #74506A;
}
</style>
background-color css
<style>
a { background-color: #74506A; }
a { background-color: rgb(116,80,106); }
div.DivClassName
{
background-color: #74506A;
}
.BgClassName
{
background-color: #74506A;
}
</style>
border-color css
<style>
span { border-color: #74506A; }
span { border-color: rgb(116,80,106); }
td.TdClassName
{
border-color: #74506A;
}
.TagClassName
{
border-color: #74506A;
}
</style>