Shades of Scampi #766B96
Tints of Scampi #766B96
RGB
CMYK
RGB Variations
Color information
#766B96 (or 0x766B96) is known color: Scampi. HEX triplet: 76, 6B and 96. RGB value is (118,107,150). Sum of RGB (Red+Green+Blue) = 118+107+150=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #766B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766B96 is #899469. Grayscale: #737373. Windows color (decimal): -9016426 or 9857910. OLE color: 9857910.
HSL color Cylindrical-coordinate representation of color #766B96: hue angle of 255.35º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766B96 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 107 | 150 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.41 |
| HSL | 255.35º | 0.17% | 0.5% | - |
| HSV(B) | 255.35º | 0.29% | 0.59% | - |
| XYZ | 18.23 | 16.57 | 31.09 | - |
| YUV | 115.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 150 | 0.21 | 0.29 | 0 | 0.41 | 255.35 | 0.17 | 0.5 |
| Hex | 76 | 6B | 96 | 15 | 1D | 0 | 29 | FF | 11 | 32 |
| Octal | 166 | 153 | 226 | 25 | 35 | 0 | 51 | 377 | 21 | 62 |
| Binary | 1110110 | 1101011 | 10010110 | 10101 | 11101 | 0 | 101001 | 11111111 | 10001 | 110010 |
Color Harmonies of #766B96
Complementary color
Monochromatic Colors of #766B96
Black with #766B96
Text Example
Text Example
White with #766B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B96; }
p { color: rgb(118,107,150); }
H1.HeaderClassName
{
color: #766B96;
}
.AnyTagClassName
{
color: #766B96;
}
</style>
background-color css
<style>
a { background-color: #766B96; }
a { background-color: rgb(118,107,150); }
div.DivClassName
{
background-color: #766B96;
}
.BgClassName
{
background-color: #766B96;
}
</style>
border-color css
<style>
span { border-color: #766B96; }
span { border-color: rgb(118,107,150); }
td.TdClassName
{
border-color: #766B96;
}
.TagClassName
{
border-color: #766B96;
}
</style>