Shades of Scampi #78769A
Tints of Scampi #78769A
RGB
CMYK
RGB Variations
Color information
#78769A (or 0x78769A) is known color: Scampi. HEX triplet: 78, 76 and 9A. RGB value is (120,118,154). Sum of RGB (Red+Green+Blue) = 120+118+154=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 154 - color contains mainly: blue. Hex color #78769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78769A is #878965. Grayscale: #7A7A7A. Windows color (decimal): -8882534 or 10122872. OLE color: 10122872.
HSL color Cylindrical-coordinate representation of color #78769A: hue angle of 243.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78769A is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 118 | 154 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.40 |
| HSL | 243.33º | 0.15% | 0.53% | - |
| HSV(B) | 243.33º | 0.23% | 0.6% | - |
| XYZ | 20.06 | 19.28 | 33.24 | - |
| YUV | 122.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 154 | 0.22 | 0.23 | 0 | 0.40 | 243.33 | 0.15 | 0.53 |
| Hex | 78 | 76 | 9A | 16 | 17 | 0 | 28 | F3 | F | 35 |
| Octal | 170 | 166 | 232 | 26 | 27 | 0 | 50 | 363 | 17 | 65 |
| Binary | 1111000 | 1110110 | 10011010 | 10110 | 10111 | 0 | 101000 | 11110011 | 1111 | 110101 |
Color Harmonies of #78769A
Complementary color
Monochromatic Colors of #78769A
Black with #78769A
Text Example
Text Example
White with #78769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78769A; }
p { color: rgb(120,118,154); }
H1.HeaderClassName
{
color: #78769A;
}
.AnyTagClassName
{
color: #78769A;
}
</style>
background-color css
<style>
a { background-color: #78769A; }
a { background-color: rgb(120,118,154); }
div.DivClassName
{
background-color: #78769A;
}
.BgClassName
{
background-color: #78769A;
}
</style>
border-color css
<style>
span { border-color: #78769A; }
span { border-color: rgb(120,118,154); }
td.TdClassName
{
border-color: #78769A;
}
.TagClassName
{
border-color: #78769A;
}
</style>