Shades of Scampi #76649A
Tints of Scampi #76649A
RGB
CMYK
RGB Variations
Color information
#76649A (or 0x76649A) is known color: Scampi. HEX triplet: 76, 64 and 9A. RGB value is (118,100,154). Sum of RGB (Red+Green+Blue) = 118+100+154=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #76649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76649A is #899B65. Grayscale: #6F6F6F. Windows color (decimal): -9018214 or 10118262. OLE color: 10118262.
HSL color Cylindrical-coordinate representation of color #76649A: hue angle of 260º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76649A is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 100 | 154 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.40 |
| HSL | 260º | 0.21% | 0.5% | - |
| HSV(B) | 260º | 0.35% | 0.6% | - |
| XYZ | 17.86 | 15.3 | 32.58 | - |
| YUV | 111.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 154 | 0.23 | 0.35 | 0 | 0.40 | 260 | 0.21 | 0.5 |
| Hex | 76 | 64 | 9A | 17 | 23 | 0 | 28 | 104 | 15 | 32 |
| Octal | 166 | 144 | 232 | 27 | 43 | 0 | 50 | 404 | 25 | 62 |
| Binary | 1110110 | 1100100 | 10011010 | 10111 | 100011 | 0 | 101000 | 100000100 | 10101 | 110010 |
Color Harmonies of #76649A
Complementary color
Monochromatic Colors of #76649A
Black with #76649A
Text Example
Text Example
White with #76649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76649A; }
p { color: rgb(118,100,154); }
H1.HeaderClassName
{
color: #76649A;
}
.AnyTagClassName
{
color: #76649A;
}
</style>
background-color css
<style>
a { background-color: #76649A; }
a { background-color: rgb(118,100,154); }
div.DivClassName
{
background-color: #76649A;
}
.BgClassName
{
background-color: #76649A;
}
</style>
border-color css
<style>
span { border-color: #76649A; }
span { border-color: rgb(118,100,154); }
td.TdClassName
{
border-color: #76649A;
}
.TagClassName
{
border-color: #76649A;
}
</style>