Shades of Scampi #78719A
Tints of Scampi #78719A
RGB
CMYK
RGB Variations
Color information
#78719A (or 0x78719A) is known color: Scampi. HEX triplet: 78, 71 and 9A. RGB value is (120,113,154). Sum of RGB (Red+Green+Blue) = 120+113+154=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #78719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78719A is #878E65. Grayscale: #777777. Windows color (decimal): -8883814 or 10121592. OLE color: 10121592.
HSL color Cylindrical-coordinate representation of color #78719A: hue angle of 250.24º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78719A is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 113 | 154 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.40 |
| HSL | 250.24º | 0.17% | 0.52% | - |
| HSV(B) | 250.24º | 0.27% | 0.6% | - |
| XYZ | 19.48 | 18.14 | 33.05 | - |
| YUV | 119.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 154 | 0.22 | 0.27 | 0 | 0.40 | 250.24 | 0.17 | 0.52 |
| Hex | 78 | 71 | 9A | 16 | 1B | 0 | 28 | FA | 11 | 34 |
| Octal | 170 | 161 | 232 | 26 | 33 | 0 | 50 | 372 | 21 | 64 |
| Binary | 1111000 | 1110001 | 10011010 | 10110 | 11011 | 0 | 101000 | 11111010 | 10001 | 110100 |
Color Harmonies of #78719A
Complementary color
Monochromatic Colors of #78719A
Black with #78719A
Text Example
Text Example
White with #78719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78719A; }
p { color: rgb(120,113,154); }
H1.HeaderClassName
{
color: #78719A;
}
.AnyTagClassName
{
color: #78719A;
}
</style>
background-color css
<style>
a { background-color: #78719A; }
a { background-color: rgb(120,113,154); }
div.DivClassName
{
background-color: #78719A;
}
.BgClassName
{
background-color: #78719A;
}
</style>
border-color css
<style>
span { border-color: #78719A; }
span { border-color: rgb(120,113,154); }
td.TdClassName
{
border-color: #78719A;
}
.TagClassName
{
border-color: #78719A;
}
</style>