Shades of Scampi #76649C
Tints of Scampi #76649C
RGB
CMYK
RGB Variations
Color information
#76649C (or 0x76649C) is known color: Scampi. HEX triplet: 76, 64 and 9C. RGB value is (118,100,156). Sum of RGB (Red+Green+Blue) = 118+100+156=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #76649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76649C is #899B63. Grayscale: #6F6F6F. Windows color (decimal): -9018212 or 10249334. OLE color: 10249334.
HSL color Cylindrical-coordinate representation of color #76649C: hue angle of 259.29º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76649C is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 100 | 156 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.39 |
| HSL | 259.29º | 0.22% | 0.5% | - |
| HSV(B) | 259.29º | 0.36% | 0.61% | - |
| XYZ | 18.03 | 15.37 | 33.47 | - |
| YUV | 111.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 156 | 0.24 | 0.36 | 0 | 0.39 | 259.29 | 0.22 | 0.5 |
| Hex | 76 | 64 | 9C | 18 | 24 | 0 | 27 | 103 | 16 | 32 |
| Octal | 166 | 144 | 234 | 30 | 44 | 0 | 47 | 403 | 26 | 62 |
| Binary | 1110110 | 1100100 | 10011100 | 11000 | 100100 | 0 | 100111 | 100000011 | 10110 | 110010 |
Color Harmonies of #76649C
Complementary color
Monochromatic Colors of #76649C
Black with #76649C
Text Example
Text Example
White with #76649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76649C; }
p { color: rgb(118,100,156); }
H1.HeaderClassName
{
color: #76649C;
}
.AnyTagClassName
{
color: #76649C;
}
</style>
background-color css
<style>
a { background-color: #76649C; }
a { background-color: rgb(118,100,156); }
div.DivClassName
{
background-color: #76649C;
}
.BgClassName
{
background-color: #76649C;
}
</style>
border-color css
<style>
span { border-color: #76649C; }
span { border-color: rgb(118,100,156); }
td.TdClassName
{
border-color: #76649C;
}
.TagClassName
{
border-color: #76649C;
}
</style>