Shades of Scampi #7867A3
Tints of Scampi #7867A3
RGB
CMYK
RGB Variations
Color information
#7867A3 (or 0x7867A3) is known color: Scampi. HEX triplet: 78, 67 and A3. RGB value is (120,103,163). Sum of RGB (Red+Green+Blue) = 120+103+163=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #7867A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7867A3 is #87985C. Grayscale: #727272. Windows color (decimal): -8886365 or 10708856. OLE color: 10708856.
HSL color Cylindrical-coordinate representation of color #7867A3: hue angle of 257º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7867A3 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 103 | 163 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.36 |
| HSL | 257º | 0.25% | 0.52% | - |
| HSV(B) | 257º | 0.37% | 0.64% | - |
| XYZ | 19.21 | 16.34 | 36.79 | - |
| YUV | 114.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 163 | 0.26 | 0.37 | 0 | 0.36 | 257 | 0.25 | 0.52 |
| Hex | 78 | 67 | A3 | 1A | 25 | 0 | 24 | 101 | 19 | 34 |
| Octal | 170 | 147 | 243 | 32 | 45 | 0 | 44 | 401 | 31 | 64 |
| Binary | 1111000 | 1100111 | 10100011 | 11010 | 100101 | 0 | 100100 | 100000001 | 11001 | 110100 |
Color Harmonies of #7867A3
Complementary color
Monochromatic Colors of #7867A3
Black with #7867A3
Text Example
Text Example
White with #7867A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7867A3; }
p { color: rgb(120,103,163); }
H1.HeaderClassName
{
color: #7867A3;
}
.AnyTagClassName
{
color: #7867A3;
}
</style>
background-color css
<style>
a { background-color: #7867A3; }
a { background-color: rgb(120,103,163); }
div.DivClassName
{
background-color: #7867A3;
}
.BgClassName
{
background-color: #7867A3;
}
</style>
border-color css
<style>
span { border-color: #7867A3; }
span { border-color: rgb(120,103,163); }
td.TdClassName
{
border-color: #7867A3;
}
.TagClassName
{
border-color: #7867A3;
}
</style>