Shades of Scampi #76649E
Tints of Scampi #76649E
RGB
CMYK
RGB Variations
Color information
#76649E (or 0x76649E) is known color: Scampi. HEX triplet: 76, 64 and 9E. RGB value is (118,100,158). Sum of RGB (Red+Green+Blue) = 118+100+158=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #76649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76649E is #899B61. Grayscale: #6F6F6F. Windows color (decimal): -9018210 or 10380406. OLE color: 10380406.
HSL color Cylindrical-coordinate representation of color #76649E: hue angle of 258.62º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76649E is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 100 | 158 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.38 |
| HSL | 258.62º | 0.23% | 0.51% | - |
| HSV(B) | 258.62º | 0.37% | 0.62% | - |
| XYZ | 18.2 | 15.43 | 34.37 | - |
| YUV | 111.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 158 | 0.25 | 0.37 | 0 | 0.38 | 258.62 | 0.23 | 0.51 |
| Hex | 76 | 64 | 9E | 19 | 25 | 0 | 26 | 103 | 17 | 33 |
| Octal | 166 | 144 | 236 | 31 | 45 | 0 | 46 | 403 | 27 | 63 |
| Binary | 1110110 | 1100100 | 10011110 | 11001 | 100101 | 0 | 100110 | 100000011 | 10111 | 110011 |
Color Harmonies of #76649E
Complementary color
Monochromatic Colors of #76649E
Black with #76649E
Text Example
Text Example
White with #76649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76649E; }
p { color: rgb(118,100,158); }
H1.HeaderClassName
{
color: #76649E;
}
.AnyTagClassName
{
color: #76649E;
}
</style>
background-color css
<style>
a { background-color: #76649E; }
a { background-color: rgb(118,100,158); }
div.DivClassName
{
background-color: #76649E;
}
.BgClassName
{
background-color: #76649E;
}
</style>
border-color css
<style>
span { border-color: #76649E; }
span { border-color: rgb(118,100,158); }
td.TdClassName
{
border-color: #76649E;
}
.TagClassName
{
border-color: #76649E;
}
</style>