Shades of Scampi #7767AD
Tints of Scampi #7767AD
RGB
CMYK
RGB Variations
Color information
#7767AD (or 0x7767AD) is known color: Scampi. HEX triplet: 77, 67 and AD. RGB value is (119,103,173). Sum of RGB (Red+Green+Blue) = 119+103+173=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #7767AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7767AD is #889852. Grayscale: #737373. Windows color (decimal): -8951891 or 11364215. OLE color: 11364215.
HSL color Cylindrical-coordinate representation of color #7767AD: hue angle of 253.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7767AD is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 103 | 173 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.32 |
| HSL | 253.71º | 0.3% | 0.54% | - |
| HSV(B) | 253.71º | 0.4% | 0.68% | - |
| XYZ | 20 | 16.64 | 41.69 | - |
| YUV | 115.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 173 | 0.31 | 0.40 | 0 | 0.32 | 253.71 | 0.3 | 0.54 |
| Hex | 77 | 67 | AD | 1F | 28 | 0 | 20 | FE | 1E | 36 |
| Octal | 167 | 147 | 255 | 37 | 50 | 0 | 40 | 376 | 36 | 66 |
| Binary | 1110111 | 1100111 | 10101101 | 11111 | 101000 | 0 | 100000 | 11111110 | 11110 | 110110 |
Color Harmonies of #7767AD
Complementary color
Monochromatic Colors of #7767AD
Black with #7767AD
Text Example
Text Example
White with #7767AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7767AD; }
p { color: rgb(119,103,173); }
H1.HeaderClassName
{
color: #7767AD;
}
.AnyTagClassName
{
color: #7767AD;
}
</style>
background-color css
<style>
a { background-color: #7767AD; }
a { background-color: rgb(119,103,173); }
div.DivClassName
{
background-color: #7767AD;
}
.BgClassName
{
background-color: #7767AD;
}
</style>
border-color css
<style>
span { border-color: #7767AD; }
span { border-color: rgb(119,103,173); }
td.TdClassName
{
border-color: #7767AD;
}
.TagClassName
{
border-color: #7767AD;
}
</style>