Shades of Salt Box #74566A
Tints of Salt Box #74566A
RGB
CMYK
RGB Variations
Color information
#74566A (or 0x74566A) is known color: Salt Box. HEX triplet: 74, 56 and 6A. RGB value is (116,86,106). Sum of RGB (Red+Green+Blue) = 116+86+106=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #74566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74566A is #8BA995. Grayscale: #616161. Windows color (decimal): -9152918 or 6968948. OLE color: 6968948.
HSL color Cylindrical-coordinate representation of color #74566A: hue angle of 320º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74566A is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 106 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.55 |
| HSL | 320º | 0.15% | 0.4% | - |
| HSV(B) | 320º | 0.26% | 0.45% | - |
| XYZ | 13.13 | 11.41 | 15.15 | - |
| YUV | 97.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 106 | 0 | 0.26 | 0.09 | 0.55 | 320 | 0.15 | 0.4 |
| Hex | 74 | 56 | 6A | 0 | 1A | 9 | 37 | 140 | F | 28 |
| Octal | 164 | 126 | 152 | 0 | 32 | 11 | 67 | 500 | 17 | 50 |
| Binary | 1110100 | 1010110 | 1101010 | 0 | 11010 | 1001 | 110111 | 101000000 | 1111 | 101000 |
Color Harmonies of #74566A
Complementary color
Monochromatic Colors of #74566A
Black with #74566A
Text Example
Text Example
White with #74566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74566A; }
p { color: rgb(116,86,106); }
H1.HeaderClassName
{
color: #74566A;
}
.AnyTagClassName
{
color: #74566A;
}
</style>
background-color css
<style>
a { background-color: #74566A; }
a { background-color: rgb(116,86,106); }
div.DivClassName
{
background-color: #74566A;
}
.BgClassName
{
background-color: #74566A;
}
</style>
border-color css
<style>
span { border-color: #74566A; }
span { border-color: rgb(116,86,106); }
td.TdClassName
{
border-color: #74566A;
}
.TagClassName
{
border-color: #74566A;
}
</style>