Shades of Scampi #766C9C
Tints of Scampi #766C9C
RGB
CMYK
RGB Variations
Color information
#766C9C (or 0x766C9C) is known color: Scampi. HEX triplet: 76, 6C and 9C. RGB value is (118,108,156). Sum of RGB (Red+Green+Blue) = 118+108+156=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #766C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766C9C is #899363. Grayscale: #747474. Windows color (decimal): -9016164 or 10251382. OLE color: 10251382.
HSL color Cylindrical-coordinate representation of color #766C9C: hue angle of 252.5º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #766C9C is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 108 | 156 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.39 |
| HSL | 252.5º | 0.2% | 0.52% | - |
| HSV(B) | 252.5º | 0.31% | 0.61% | - |
| XYZ | 18.83 | 16.98 | 33.74 | - |
| YUV | 116.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 156 | 0.24 | 0.31 | 0 | 0.39 | 252.5 | 0.2 | 0.52 |
| Hex | 76 | 6C | 9C | 18 | 1F | 0 | 27 | FD | 14 | 34 |
| Octal | 166 | 154 | 234 | 30 | 37 | 0 | 47 | 375 | 24 | 64 |
| Binary | 1110110 | 1101100 | 10011100 | 11000 | 11111 | 0 | 100111 | 11111101 | 10100 | 110100 |
Color Harmonies of #766C9C
Complementary color
Monochromatic Colors of #766C9C
Black with #766C9C
Text Example
Text Example
White with #766C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C9C; }
p { color: rgb(118,108,156); }
H1.HeaderClassName
{
color: #766C9C;
}
.AnyTagClassName
{
color: #766C9C;
}
</style>
background-color css
<style>
a { background-color: #766C9C; }
a { background-color: rgb(118,108,156); }
div.DivClassName
{
background-color: #766C9C;
}
.BgClassName
{
background-color: #766C9C;
}
</style>
border-color css
<style>
span { border-color: #766C9C; }
span { border-color: rgb(118,108,156); }
td.TdClassName
{
border-color: #766C9C;
}
.TagClassName
{
border-color: #766C9C;
}
</style>