Shades of Scampi #747596
Tints of Scampi #747596
RGB
CMYK
RGB Variations
Color information
#747596 (or 0x747596) is known color: Scampi. HEX triplet: 74, 75 and 96. RGB value is (116,117,150). Sum of RGB (Red+Green+Blue) = 116+117+150=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #747596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747596 is #8B8A69. Grayscale: #787878. Windows color (decimal): -9144938 or 9860468. OLE color: 9860468.
HSL color Cylindrical-coordinate representation of color #747596: hue angle of 238.24º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #747596 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 117 | 150 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.41 |
| HSL | 238.24º | 0.14% | 0.52% | - |
| HSV(B) | 238.24º | 0.23% | 0.59% | - |
| XYZ | 19.07 | 18.64 | 31.45 | - |
| YUV | 120.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 150 | 0.23 | 0.22 | 0 | 0.41 | 238.24 | 0.14 | 0.52 |
| Hex | 74 | 75 | 96 | 17 | 16 | 0 | 29 | EE | E | 34 |
| Octal | 164 | 165 | 226 | 27 | 26 | 0 | 51 | 356 | 16 | 64 |
| Binary | 1110100 | 1110101 | 10010110 | 10111 | 10110 | 0 | 101001 | 11101110 | 1110 | 110100 |
Color Harmonies of #747596
Complementary color
Monochromatic Colors of #747596
Black with #747596
Text Example
Text Example
White with #747596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747596; }
p { color: rgb(116,117,150); }
H1.HeaderClassName
{
color: #747596;
}
.AnyTagClassName
{
color: #747596;
}
</style>
background-color css
<style>
a { background-color: #747596; }
a { background-color: rgb(116,117,150); }
div.DivClassName
{
background-color: #747596;
}
.BgClassName
{
background-color: #747596;
}
</style>
border-color css
<style>
span { border-color: #747596; }
span { border-color: rgb(116,117,150); }
td.TdClassName
{
border-color: #747596;
}
.TagClassName
{
border-color: #747596;
}
</style>