Shades of Scampi #76629C
Tints of Scampi #76629C
RGB
CMYK
RGB Variations
Color information
#76629C (or 0x76629C) is known color: Scampi. HEX triplet: 76, 62 and 9C. RGB value is (118,98,156). Sum of RGB (Red+Green+Blue) = 118+98+156=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #76629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76629C is #899D63. Grayscale: #6E6E6E. Windows color (decimal): -9018724 or 10248822. OLE color: 10248822.
HSL color Cylindrical-coordinate representation of color #76629C: hue angle of 260.69º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76629C is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 98 | 156 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.39 |
| HSL | 260.69º | 0.23% | 0.5% | - |
| HSV(B) | 260.69º | 0.37% | 0.61% | - |
| XYZ | 17.84 | 14.99 | 33.41 | - |
| YUV | 110.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 156 | 0.24 | 0.37 | 0 | 0.39 | 260.69 | 0.23 | 0.5 |
| Hex | 76 | 62 | 9C | 18 | 25 | 0 | 27 | 105 | 17 | 32 |
| Octal | 166 | 142 | 234 | 30 | 45 | 0 | 47 | 405 | 27 | 62 |
| Binary | 1110110 | 1100010 | 10011100 | 11000 | 100101 | 0 | 100111 | 100000101 | 10111 | 110010 |
Color Harmonies of #76629C
Complementary color
Monochromatic Colors of #76629C
Black with #76629C
Text Example
Text Example
White with #76629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76629C; }
p { color: rgb(118,98,156); }
H1.HeaderClassName
{
color: #76629C;
}
.AnyTagClassName
{
color: #76629C;
}
</style>
background-color css
<style>
a { background-color: #76629C; }
a { background-color: rgb(118,98,156); }
div.DivClassName
{
background-color: #76629C;
}
.BgClassName
{
background-color: #76629C;
}
</style>
border-color css
<style>
span { border-color: #76629C; }
span { border-color: rgb(118,98,156); }
td.TdClassName
{
border-color: #76629C;
}
.TagClassName
{
border-color: #76629C;
}
</style>