Shades of Scampi #765FAC
Tints of Scampi #765FAC
RGB
CMYK
RGB Variations
Color information
#765FAC (or 0x765FAC) is known color: Scampi. HEX triplet: 76, 5F and AC. RGB value is (118,95,172). Sum of RGB (Red+Green+Blue) = 118+95+172=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #765FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765FAC is #89A053. Grayscale: #6E6E6E. Windows color (decimal): -9019476 or 11296630. OLE color: 11296630.
HSL color Cylindrical-coordinate representation of color #765FAC: hue angle of 257.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #765FAC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 95 | 172 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.33 |
| HSL | 257.92º | 0.32% | 0.52% | - |
| HSV(B) | 257.92º | 0.45% | 0.67% | - |
| XYZ | 19.01 | 15.01 | 40.93 | - |
| YUV | 110.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 172 | 0.31 | 0.45 | 0 | 0.33 | 257.92 | 0.32 | 0.52 |
| Hex | 76 | 5F | AC | 1F | 2D | 0 | 21 | 102 | 20 | 34 |
| Octal | 166 | 137 | 254 | 37 | 55 | 0 | 41 | 402 | 40 | 64 |
| Binary | 1110110 | 1011111 | 10101100 | 11111 | 101101 | 0 | 100001 | 100000010 | 100000 | 110100 |
Color Harmonies of #765FAC
Complementary color
Monochromatic Colors of #765FAC
Black with #765FAC
Text Example
Text Example
White with #765FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765FAC; }
p { color: rgb(118,95,172); }
H1.HeaderClassName
{
color: #765FAC;
}
.AnyTagClassName
{
color: #765FAC;
}
</style>
background-color css
<style>
a { background-color: #765FAC; }
a { background-color: rgb(118,95,172); }
div.DivClassName
{
background-color: #765FAC;
}
.BgClassName
{
background-color: #765FAC;
}
</style>
border-color css
<style>
span { border-color: #765FAC; }
span { border-color: rgb(118,95,172); }
td.TdClassName
{
border-color: #765FAC;
}
.TagClassName
{
border-color: #765FAC;
}
</style>