Shades of Scampi #78719B
Tints of Scampi #78719B
RGB
CMYK
RGB Variations
Color information
#78719B (or 0x78719B) is known color: Scampi. HEX triplet: 78, 71 and 9B. RGB value is (120,113,155). Sum of RGB (Red+Green+Blue) = 120+113+155=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #78719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78719B is #878E64. Grayscale: #777777. Windows color (decimal): -8883813 or 10187128. OLE color: 10187128.
HSL color Cylindrical-coordinate representation of color #78719B: hue angle of 250º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78719B is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 113 | 155 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.39 |
| HSL | 250º | 0.17% | 0.53% | - |
| HSV(B) | 250º | 0.27% | 0.61% | - |
| XYZ | 19.57 | 18.17 | 33.49 | - |
| YUV | 119.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 155 | 0.23 | 0.27 | 0 | 0.39 | 250 | 0.17 | 0.53 |
| Hex | 78 | 71 | 9B | 17 | 1B | 0 | 27 | FA | 11 | 35 |
| Octal | 170 | 161 | 233 | 27 | 33 | 0 | 47 | 372 | 21 | 65 |
| Binary | 1111000 | 1110001 | 10011011 | 10111 | 11011 | 0 | 100111 | 11111010 | 10001 | 110101 |
Color Harmonies of #78719B
Complementary color
Monochromatic Colors of #78719B
Black with #78719B
Text Example
Text Example
White with #78719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78719B; }
p { color: rgb(120,113,155); }
H1.HeaderClassName
{
color: #78719B;
}
.AnyTagClassName
{
color: #78719B;
}
</style>
background-color css
<style>
a { background-color: #78719B; }
a { background-color: rgb(120,113,155); }
div.DivClassName
{
background-color: #78719B;
}
.BgClassName
{
background-color: #78719B;
}
</style>
border-color css
<style>
span { border-color: #78719B; }
span { border-color: rgb(120,113,155); }
td.TdClassName
{
border-color: #78719B;
}
.TagClassName
{
border-color: #78719B;
}
</style>