Shades of Scampi #766D93
Tints of Scampi #766D93
RGB
CMYK
RGB Variations
Color information
#766D93 (or 0x766D93) is known color: Scampi. HEX triplet: 76, 6D and 93. RGB value is (118,109,147). Sum of RGB (Red+Green+Blue) = 118+109+147=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 147 - color contains mainly: blue. Hex color #766D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766D93 is #89926C. Grayscale: #737373. Windows color (decimal): -9015917 or 9661814. OLE color: 9661814.
HSL color Cylindrical-coordinate representation of color #766D93: hue angle of 254.21º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #766D93 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 109 | 147 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.42 |
| HSL | 254.21º | 0.15% | 0.5% | - |
| HSV(B) | 254.21º | 0.26% | 0.58% | - |
| XYZ | 18.21 | 16.9 | 29.91 | - |
| YUV | 116.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 147 | 0.20 | 0.26 | 0 | 0.42 | 254.21 | 0.15 | 0.5 |
| Hex | 76 | 6D | 93 | 14 | 1A | 0 | 2A | FE | F | 32 |
| Octal | 166 | 155 | 223 | 24 | 32 | 0 | 52 | 376 | 17 | 62 |
| Binary | 1110110 | 1101101 | 10010011 | 10100 | 11010 | 0 | 101010 | 11111110 | 1111 | 110010 |
Color Harmonies of #766D93
Complementary color
Monochromatic Colors of #766D93
Black with #766D93
Text Example
Text Example
White with #766D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D93; }
p { color: rgb(118,109,147); }
H1.HeaderClassName
{
color: #766D93;
}
.AnyTagClassName
{
color: #766D93;
}
</style>
background-color css
<style>
a { background-color: #766D93; }
a { background-color: rgb(118,109,147); }
div.DivClassName
{
background-color: #766D93;
}
.BgClassName
{
background-color: #766D93;
}
</style>
border-color css
<style>
span { border-color: #766D93; }
span { border-color: rgb(118,109,147); }
td.TdClassName
{
border-color: #766D93;
}
.TagClassName
{
border-color: #766D93;
}
</style>