Shades of Scampi #766CA4
Tints of Scampi #766CA4
RGB
CMYK
RGB Variations
Color information
#766CA4 (or 0x766CA4) is known color: Scampi. HEX triplet: 76, 6C and A4. RGB value is (118,108,164). Sum of RGB (Red+Green+Blue) = 118+108+164=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 164 - color contains mainly: blue. Hex color #766CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766CA4 is #89935B. Grayscale: #757575. Windows color (decimal): -9016156 or 10775670. OLE color: 10775670.
HSL color Cylindrical-coordinate representation of color #766CA4: hue angle of 250.71º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #766CA4 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 108 | 164 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.36 |
| HSL | 250.71º | 0.24% | 0.53% | - |
| HSV(B) | 250.71º | 0.34% | 0.64% | - |
| XYZ | 19.53 | 17.26 | 37.42 | - |
| YUV | 117.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 164 | 0.28 | 0.34 | 0 | 0.36 | 250.71 | 0.24 | 0.53 |
| Hex | 76 | 6C | A4 | 1C | 22 | 0 | 24 | FB | 18 | 35 |
| Octal | 166 | 154 | 244 | 34 | 42 | 0 | 44 | 373 | 30 | 65 |
| Binary | 1110110 | 1101100 | 10100100 | 11100 | 100010 | 0 | 100100 | 11111011 | 11000 | 110101 |
Color Harmonies of #766CA4
Complementary color
Monochromatic Colors of #766CA4
Black with #766CA4
Text Example
Text Example
White with #766CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CA4; }
p { color: rgb(118,108,164); }
H1.HeaderClassName
{
color: #766CA4;
}
.AnyTagClassName
{
color: #766CA4;
}
</style>
background-color css
<style>
a { background-color: #766CA4; }
a { background-color: rgb(118,108,164); }
div.DivClassName
{
background-color: #766CA4;
}
.BgClassName
{
background-color: #766CA4;
}
</style>
border-color css
<style>
span { border-color: #766CA4; }
span { border-color: rgb(118,108,164); }
td.TdClassName
{
border-color: #766CA4;
}
.TagClassName
{
border-color: #766CA4;
}
</style>