Shades of Scampi #7875A2
Tints of Scampi #7875A2
RGB
CMYK
RGB Variations
Color information
#7875A2 (or 0x7875A2) is known color: Scampi. HEX triplet: 78, 75 and A2. RGB value is (120,117,162). Sum of RGB (Red+Green+Blue) = 120+117+162=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 162 - color contains mainly: blue. Hex color #7875A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7875A2 is #878A5D. Grayscale: #7A7A7A. Windows color (decimal): -8882782 or 10646904. OLE color: 10646904.
HSL color Cylindrical-coordinate representation of color #7875A2: hue angle of 244º degrees, saturation: 0.19, 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 #7875A2 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 117 | 162 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.36 |
| HSL | 244º | 0.19% | 0.55% | - |
| HSV(B) | 244º | 0.28% | 0.64% | - |
| XYZ | 20.63 | 19.32 | 36.83 | - |
| YUV | 123.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 162 | 0.26 | 0.28 | 0 | 0.36 | 244 | 0.19 | 0.55 |
| Hex | 78 | 75 | A2 | 1A | 1C | 0 | 24 | F4 | 13 | 37 |
| Octal | 170 | 165 | 242 | 32 | 34 | 0 | 44 | 364 | 23 | 67 |
| Binary | 1111000 | 1110101 | 10100010 | 11010 | 11100 | 0 | 100100 | 11110100 | 10011 | 110111 |
Color Harmonies of #7875A2
Complementary color
Monochromatic Colors of #7875A2
Black with #7875A2
Text Example
Text Example
White with #7875A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7875A2; }
p { color: rgb(120,117,162); }
H1.HeaderClassName
{
color: #7875A2;
}
.AnyTagClassName
{
color: #7875A2;
}
</style>
background-color css
<style>
a { background-color: #7875A2; }
a { background-color: rgb(120,117,162); }
div.DivClassName
{
background-color: #7875A2;
}
.BgClassName
{
background-color: #7875A2;
}
</style>
border-color css
<style>
span { border-color: #7875A2; }
span { border-color: rgb(120,117,162); }
td.TdClassName
{
border-color: #7875A2;
}
.TagClassName
{
border-color: #7875A2;
}
</style>