Shades of Scampi #7876A3
Tints of Scampi #7876A3
RGB
CMYK
RGB Variations
Color information
#7876A3 (or 0x7876A3) is known color: Scampi. HEX triplet: 78, 76 and A3. RGB value is (120,118,163). Sum of RGB (Red+Green+Blue) = 120+118+163=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 163 - color contains mainly: blue. Hex color #7876A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7876A3 is #87895C. Grayscale: #7B7B7B. Windows color (decimal): -8882525 or 10712696. OLE color: 10712696.
HSL color Cylindrical-coordinate representation of color #7876A3: hue angle of 242.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7876A3 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 118 | 163 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.36 |
| HSL | 242.67º | 0.2% | 0.55% | - |
| HSV(B) | 242.67º | 0.28% | 0.64% | - |
| XYZ | 20.84 | 19.59 | 37.33 | - |
| YUV | 123.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 163 | 0.26 | 0.28 | 0 | 0.36 | 242.67 | 0.2 | 0.55 |
| Hex | 78 | 76 | A3 | 1A | 1C | 0 | 24 | F3 | 14 | 37 |
| Octal | 170 | 166 | 243 | 32 | 34 | 0 | 44 | 363 | 24 | 67 |
| Binary | 1111000 | 1110110 | 10100011 | 11010 | 11100 | 0 | 100100 | 11110011 | 10100 | 110111 |
Color Harmonies of #7876A3
Complementary color
Monochromatic Colors of #7876A3
Black with #7876A3
Text Example
Text Example
White with #7876A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7876A3; }
p { color: rgb(120,118,163); }
H1.HeaderClassName
{
color: #7876A3;
}
.AnyTagClassName
{
color: #7876A3;
}
</style>
background-color css
<style>
a { background-color: #7876A3; }
a { background-color: rgb(120,118,163); }
div.DivClassName
{
background-color: #7876A3;
}
.BgClassName
{
background-color: #7876A3;
}
</style>
border-color css
<style>
span { border-color: #7876A3; }
span { border-color: rgb(120,118,163); }
td.TdClassName
{
border-color: #7876A3;
}
.TagClassName
{
border-color: #7876A3;
}
</style>