Shades of Scampi #766098
Tints of Scampi #766098
RGB
CMYK
RGB Variations
Color information
#766098 (or 0x766098) is known color: Scampi. HEX triplet: 76, 60 and 98. RGB value is (118,96,152). Sum of RGB (Red+Green+Blue) = 118+96+152=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #766098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766098 is #899F67. Grayscale: #6C6C6C. Windows color (decimal): -9019240 or 9986166. OLE color: 9986166.
HSL color Cylindrical-coordinate representation of color #766098: hue angle of 263.57º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #766098 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 96 | 152 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.40 |
| HSL | 263.57º | 0.23% | 0.49% | - |
| HSV(B) | 263.57º | 0.37% | 0.6% | - |
| XYZ | 17.32 | 14.48 | 31.59 | - |
| YUV | 108.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 96 | 152 | 0.22 | 0.37 | 0 | 0.40 | 263.57 | 0.23 | 0.49 |
| Hex | 76 | 60 | 98 | 16 | 25 | 0 | 28 | 108 | 17 | 31 |
| Octal | 166 | 140 | 230 | 26 | 45 | 0 | 50 | 410 | 27 | 61 |
| Binary | 1110110 | 1100000 | 10011000 | 10110 | 100101 | 0 | 101000 | 100001000 | 10111 | 110001 |
Color Harmonies of #766098
Complementary color
Monochromatic Colors of #766098
Black with #766098
Text Example
Text Example
White with #766098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766098; }
p { color: rgb(118,96,152); }
H1.HeaderClassName
{
color: #766098;
}
.AnyTagClassName
{
color: #766098;
}
</style>
background-color css
<style>
a { background-color: #766098; }
a { background-color: rgb(118,96,152); }
div.DivClassName
{
background-color: #766098;
}
.BgClassName
{
background-color: #766098;
}
</style>
border-color css
<style>
span { border-color: #766098; }
span { border-color: rgb(118,96,152); }
td.TdClassName
{
border-color: #766098;
}
.TagClassName
{
border-color: #766098;
}
</style>