Shades of Scampi #76649D
Tints of Scampi #76649D
RGB
CMYK
RGB Variations
Color information
#76649D (or 0x76649D) is known color: Scampi. HEX triplet: 76, 64 and 9D. RGB value is (118,100,157). Sum of RGB (Red+Green+Blue) = 118+100+157=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #76649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76649D is #899B62. Grayscale: #6F6F6F. Windows color (decimal): -9018211 or 10314870. OLE color: 10314870.
HSL color Cylindrical-coordinate representation of color #76649D: hue angle of 258.95º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76649D is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 100 | 157 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.38 |
| HSL | 258.95º | 0.23% | 0.5% | - |
| HSV(B) | 258.95º | 0.36% | 0.62% | - |
| XYZ | 18.11 | 15.4 | 33.92 | - |
| YUV | 111.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 157 | 0.25 | 0.36 | 0 | 0.38 | 258.95 | 0.23 | 0.5 |
| Hex | 76 | 64 | 9D | 19 | 24 | 0 | 26 | 103 | 17 | 32 |
| Octal | 166 | 144 | 235 | 31 | 44 | 0 | 46 | 403 | 27 | 62 |
| Binary | 1110110 | 1100100 | 10011101 | 11001 | 100100 | 0 | 100110 | 100000011 | 10111 | 110010 |
Color Harmonies of #76649D
Complementary color
Monochromatic Colors of #76649D
Black with #76649D
Text Example
Text Example
White with #76649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76649D; }
p { color: rgb(118,100,157); }
H1.HeaderClassName
{
color: #76649D;
}
.AnyTagClassName
{
color: #76649D;
}
</style>
background-color css
<style>
a { background-color: #76649D; }
a { background-color: rgb(118,100,157); }
div.DivClassName
{
background-color: #76649D;
}
.BgClassName
{
background-color: #76649D;
}
</style>
border-color css
<style>
span { border-color: #76649D; }
span { border-color: rgb(118,100,157); }
td.TdClassName
{
border-color: #76649D;
}
.TagClassName
{
border-color: #76649D;
}
</style>