Shades of Scampi #766B98
Tints of Scampi #766B98
RGB
CMYK
RGB Variations
Color information
#766B98 (or 0x766B98) is known color: Scampi. HEX triplet: 76, 6B and 98. RGB value is (118,107,152). Sum of RGB (Red+Green+Blue) = 118+107+152=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #766B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766B98 is #899467. Grayscale: #737373. Windows color (decimal): -9016424 or 9988982. OLE color: 9988982.
HSL color Cylindrical-coordinate representation of color #766B98: hue angle of 254.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #766B98 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 107 | 152 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.40 |
| HSL | 254.67º | 0.18% | 0.51% | - |
| HSV(B) | 254.67º | 0.3% | 0.6% | - |
| XYZ | 18.4 | 16.63 | 31.95 | - |
| YUV | 115.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 152 | 0.22 | 0.30 | 0 | 0.40 | 254.67 | 0.18 | 0.51 |
| Hex | 76 | 6B | 98 | 16 | 1E | 0 | 28 | FF | 12 | 33 |
| Octal | 166 | 153 | 230 | 26 | 36 | 0 | 50 | 377 | 22 | 63 |
| Binary | 1110110 | 1101011 | 10011000 | 10110 | 11110 | 0 | 101000 | 11111111 | 10010 | 110011 |
Color Harmonies of #766B98
Complementary color
Monochromatic Colors of #766B98
Black with #766B98
Text Example
Text Example
White with #766B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B98; }
p { color: rgb(118,107,152); }
H1.HeaderClassName
{
color: #766B98;
}
.AnyTagClassName
{
color: #766B98;
}
</style>
background-color css
<style>
a { background-color: #766B98; }
a { background-color: rgb(118,107,152); }
div.DivClassName
{
background-color: #766B98;
}
.BgClassName
{
background-color: #766B98;
}
</style>
border-color css
<style>
span { border-color: #766B98; }
span { border-color: rgb(118,107,152); }
td.TdClassName
{
border-color: #766B98;
}
.TagClassName
{
border-color: #766B98;
}
</style>