Shades of Scampi #7875A4
Tints of Scampi #7875A4
RGB
CMYK
RGB Variations
Color information
#7875A4 (or 0x7875A4) is known color: Scampi. HEX triplet: 78, 75 and A4. RGB value is (120,117,164). Sum of RGB (Red+Green+Blue) = 120+117+164=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #7875A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7875A4 is #878A5B. Grayscale: #7B7B7B. Windows color (decimal): -8882780 or 10777976. OLE color: 10777976.
HSL color Cylindrical-coordinate representation of color #7875A4: hue angle of 243.83º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7875A4 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 117 | 164 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.36 |
| HSL | 243.83º | 0.21% | 0.55% | - |
| HSV(B) | 243.83º | 0.29% | 0.64% | - |
| XYZ | 20.81 | 19.4 | 37.77 | - |
| YUV | 123.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 164 | 0.27 | 0.29 | 0 | 0.36 | 243.83 | 0.21 | 0.55 |
| Hex | 78 | 75 | A4 | 1B | 1D | 0 | 24 | F4 | 15 | 37 |
| Octal | 170 | 165 | 244 | 33 | 35 | 0 | 44 | 364 | 25 | 67 |
| Binary | 1111000 | 1110101 | 10100100 | 11011 | 11101 | 0 | 100100 | 11110100 | 10101 | 110111 |
Color Harmonies of #7875A4
Complementary color
Monochromatic Colors of #7875A4
Black with #7875A4
Text Example
Text Example
White with #7875A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7875A4; }
p { color: rgb(120,117,164); }
H1.HeaderClassName
{
color: #7875A4;
}
.AnyTagClassName
{
color: #7875A4;
}
</style>
background-color css
<style>
a { background-color: #7875A4; }
a { background-color: rgb(120,117,164); }
div.DivClassName
{
background-color: #7875A4;
}
.BgClassName
{
background-color: #7875A4;
}
</style>
border-color css
<style>
span { border-color: #7875A4; }
span { border-color: rgb(120,117,164); }
td.TdClassName
{
border-color: #7875A4;
}
.TagClassName
{
border-color: #7875A4;
}
</style>