Shades of Scampi #787091
Tints of Scampi #787091
RGB
CMYK
RGB Variations
Color information
#787091 (or 0x787091) is known color: Scampi. HEX triplet: 78, 70 and 91. RGB value is (120,112,145). Sum of RGB (Red+Green+Blue) = 120+112+145=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #787091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787091 is #878F6E. Grayscale: #767676. Windows color (decimal): -8884079 or 9531512. OLE color: 9531512.
HSL color Cylindrical-coordinate representation of color #787091: hue angle of 254.55º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #787091 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 112 | 145 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.43 |
| HSL | 254.55º | 0.13% | 0.5% | - |
| HSV(B) | 254.55º | 0.23% | 0.57% | - |
| XYZ | 18.65 | 17.63 | 29.21 | - |
| YUV | 118.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 145 | 0.17 | 0.23 | 0 | 0.43 | 254.55 | 0.13 | 0.5 |
| Hex | 78 | 70 | 91 | 11 | 17 | 0 | 2B | FF | D | 32 |
| Octal | 170 | 160 | 221 | 21 | 27 | 0 | 53 | 377 | 15 | 62 |
| Binary | 1111000 | 1110000 | 10010001 | 10001 | 10111 | 0 | 101011 | 11111111 | 1101 | 110010 |
Color Harmonies of #787091
Complementary color
Monochromatic Colors of #787091
Black with #787091
Text Example
Text Example
White with #787091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787091; }
p { color: rgb(120,112,145); }
H1.HeaderClassName
{
color: #787091;
}
.AnyTagClassName
{
color: #787091;
}
</style>
background-color css
<style>
a { background-color: #787091; }
a { background-color: rgb(120,112,145); }
div.DivClassName
{
background-color: #787091;
}
.BgClassName
{
background-color: #787091;
}
</style>
border-color css
<style>
span { border-color: #787091; }
span { border-color: rgb(120,112,145); }
td.TdClassName
{
border-color: #787091;
}
.TagClassName
{
border-color: #787091;
}
</style>