Shades of Scampi #78758D
Tints of Scampi #78758D
RGB
CMYK
RGB Variations
Color information
#78758D (or 0x78758D) is known color: Scampi. HEX triplet: 78, 75 and 8D. RGB value is (120,117,141). Sum of RGB (Red+Green+Blue) = 120+117+141=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #78758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78758D is #878A72. Grayscale: #787878. Windows color (decimal): -8882803 or 9270648. OLE color: 9270648.
HSL color Cylindrical-coordinate representation of color #78758D: hue angle of 247.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #78758D is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 117 | 141 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.45 |
| HSL | 247.5º | 0.1% | 0.51% | - |
| HSV(B) | 247.5º | 0.17% | 0.55% | - |
| XYZ | 18.91 | 18.64 | 27.8 | - |
| YUV | 120.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 141 | 0.15 | 0.17 | 0 | 0.45 | 247.5 | 0.1 | 0.51 |
| Hex | 78 | 75 | 8D | F | 11 | 0 | 2D | F8 | A | 33 |
| Octal | 170 | 165 | 215 | 17 | 21 | 0 | 55 | 370 | 12 | 63 |
| Binary | 1111000 | 1110101 | 10001101 | 1111 | 10001 | 0 | 101101 | 11111000 | 1010 | 110011 |
Color Harmonies of #78758D
Complementary color
Monochromatic Colors of #78758D
Black with #78758D
Text Example
Text Example
White with #78758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78758D; }
p { color: rgb(120,117,141); }
H1.HeaderClassName
{
color: #78758D;
}
.AnyTagClassName
{
color: #78758D;
}
</style>
background-color css
<style>
a { background-color: #78758D; }
a { background-color: rgb(120,117,141); }
div.DivClassName
{
background-color: #78758D;
}
.BgClassName
{
background-color: #78758D;
}
</style>
border-color css
<style>
span { border-color: #78758D; }
span { border-color: rgb(120,117,141); }
td.TdClassName
{
border-color: #78758D;
}
.TagClassName
{
border-color: #78758D;
}
</style>