Shades of Scampi #78709B
Tints of Scampi #78709B
RGB
CMYK
RGB Variations
Color information
#78709B (or 0x78709B) is known color: Scampi. HEX triplet: 78, 70 and 9B. RGB value is (120,112,155). Sum of RGB (Red+Green+Blue) = 120+112+155=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #78709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78709B is #878F64. Grayscale: #777777. Windows color (decimal): -8884069 or 10186872. OLE color: 10186872.
HSL color Cylindrical-coordinate representation of color #78709B: hue angle of 251.16º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78709B is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 112 | 155 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.39 |
| HSL | 251.16º | 0.18% | 0.52% | - |
| HSV(B) | 251.16º | 0.28% | 0.61% | - |
| XYZ | 19.46 | 17.95 | 33.45 | - |
| YUV | 119.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 155 | 0.23 | 0.28 | 0 | 0.39 | 251.16 | 0.18 | 0.52 |
| Hex | 78 | 70 | 9B | 17 | 1C | 0 | 27 | FB | 12 | 34 |
| Octal | 170 | 160 | 233 | 27 | 34 | 0 | 47 | 373 | 22 | 64 |
| Binary | 1111000 | 1110000 | 10011011 | 10111 | 11100 | 0 | 100111 | 11111011 | 10010 | 110100 |
Color Harmonies of #78709B
Complementary color
Monochromatic Colors of #78709B
Black with #78709B
Text Example
Text Example
White with #78709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78709B; }
p { color: rgb(120,112,155); }
H1.HeaderClassName
{
color: #78709B;
}
.AnyTagClassName
{
color: #78709B;
}
</style>
background-color css
<style>
a { background-color: #78709B; }
a { background-color: rgb(120,112,155); }
div.DivClassName
{
background-color: #78709B;
}
.BgClassName
{
background-color: #78709B;
}
</style>
border-color css
<style>
span { border-color: #78709B; }
span { border-color: rgb(120,112,155); }
td.TdClassName
{
border-color: #78709B;
}
.TagClassName
{
border-color: #78709B;
}
</style>