Shades of Scampi #746C9C
Tints of Scampi #746C9C
RGB
CMYK
RGB Variations
Color information
#746C9C (or 0x746C9C) is known color: Scampi. HEX triplet: 74, 6C and 9C. RGB value is (116,108,156). Sum of RGB (Red+Green+Blue) = 116+108+156=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #746C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746C9C is #8B9363. Grayscale: #737373. Windows color (decimal): -9147236 or 10251380. OLE color: 10251380.
HSL color Cylindrical-coordinate representation of color #746C9C: hue angle of 250º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746C9C is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 108 | 156 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.39 |
| HSL | 250º | 0.2% | 0.52% | - |
| HSV(B) | 250º | 0.31% | 0.61% | - |
| XYZ | 18.57 | 16.84 | 33.72 | - |
| YUV | 115.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 156 | 0.26 | 0.31 | 0 | 0.39 | 250 | 0.2 | 0.52 |
| Hex | 74 | 6C | 9C | 1A | 1F | 0 | 27 | FA | 14 | 34 |
| Octal | 164 | 154 | 234 | 32 | 37 | 0 | 47 | 372 | 24 | 64 |
| Binary | 1110100 | 1101100 | 10011100 | 11010 | 11111 | 0 | 100111 | 11111010 | 10100 | 110100 |
Color Harmonies of #746C9C
Complementary color
Monochromatic Colors of #746C9C
Black with #746C9C
Text Example
Text Example
White with #746C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C9C; }
p { color: rgb(116,108,156); }
H1.HeaderClassName
{
color: #746C9C;
}
.AnyTagClassName
{
color: #746C9C;
}
</style>
background-color css
<style>
a { background-color: #746C9C; }
a { background-color: rgb(116,108,156); }
div.DivClassName
{
background-color: #746C9C;
}
.BgClassName
{
background-color: #746C9C;
}
</style>
border-color css
<style>
span { border-color: #746C9C; }
span { border-color: rgb(116,108,156); }
td.TdClassName
{
border-color: #746C9C;
}
.TagClassName
{
border-color: #746C9C;
}
</style>