Shades of Scampi #765BAA
Tints of Scampi #765BAA
RGB
CMYK
RGB Variations
Color information
#765BAA (or 0x765BAA) is known color: Scampi. HEX triplet: 76, 5B and AA. RGB value is (118,91,170). Sum of RGB (Red+Green+Blue) = 118+91+170=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #765BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765BAA is #89A455. Grayscale: #6B6B6B. Windows color (decimal): -9020502 or 11164534. OLE color: 11164534.
HSL color Cylindrical-coordinate representation of color #765BAA: hue angle of 260.51º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #765BAA is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 91 | 170 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.33 |
| HSL | 260.51º | 0.32% | 0.51% | - |
| HSV(B) | 260.51º | 0.46% | 0.67% | - |
| XYZ | 18.47 | 14.24 | 39.8 | - |
| YUV | 108.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 170 | 0.31 | 0.46 | 0 | 0.33 | 260.51 | 0.32 | 0.51 |
| Hex | 76 | 5B | AA | 1F | 2E | 0 | 21 | 105 | 20 | 33 |
| Octal | 166 | 133 | 252 | 37 | 56 | 0 | 41 | 405 | 40 | 63 |
| Binary | 1110110 | 1011011 | 10101010 | 11111 | 101110 | 0 | 100001 | 100000101 | 100000 | 110011 |
Color Harmonies of #765BAA
Complementary color
Monochromatic Colors of #765BAA
Black with #765BAA
Text Example
Text Example
White with #765BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765BAA; }
p { color: rgb(118,91,170); }
H1.HeaderClassName
{
color: #765BAA;
}
.AnyTagClassName
{
color: #765BAA;
}
</style>
background-color css
<style>
a { background-color: #765BAA; }
a { background-color: rgb(118,91,170); }
div.DivClassName
{
background-color: #765BAA;
}
.BgClassName
{
background-color: #765BAA;
}
</style>
border-color css
<style>
span { border-color: #765BAA; }
span { border-color: rgb(118,91,170); }
td.TdClassName
{
border-color: #765BAA;
}
.TagClassName
{
border-color: #765BAA;
}
</style>