Shades of Scampi #79769A
Tints of Scampi #79769A
RGB
CMYK
RGB Variations
Color information
#79769A (or 0x79769A) is known color: Scampi. HEX triplet: 79, 76 and 9A. RGB value is (121,118,154). Sum of RGB (Red+Green+Blue) = 121+118+154=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #79769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79769A is #868965. Grayscale: #7A7A7A. Windows color (decimal): -8816998 or 10122873. OLE color: 10122873.
HSL color Cylindrical-coordinate representation of color #79769A: hue angle of 245º 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 #79769A is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 118 | 154 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.40 |
| HSL | 245º | 0.15% | 0.53% | - |
| HSV(B) | 245º | 0.23% | 0.6% | - |
| XYZ | 20.2 | 19.35 | 33.24 | - |
| YUV | 123 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 154 | 0.21 | 0.23 | 0 | 0.40 | 245 | 0.15 | 0.53 |
| Hex | 79 | 76 | 9A | 15 | 17 | 0 | 28 | F5 | F | 35 |
| Octal | 171 | 166 | 232 | 25 | 27 | 0 | 50 | 365 | 17 | 65 |
| Binary | 1111001 | 1110110 | 10011010 | 10101 | 10111 | 0 | 101000 | 11110101 | 1111 | 110101 |
Color Harmonies of #79769A
Complementary color
Monochromatic Colors of #79769A
Black with #79769A
Text Example
Text Example
White with #79769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79769A; }
p { color: rgb(121,118,154); }
H1.HeaderClassName
{
color: #79769A;
}
.AnyTagClassName
{
color: #79769A;
}
</style>
background-color css
<style>
a { background-color: #79769A; }
a { background-color: rgb(121,118,154); }
div.DivClassName
{
background-color: #79769A;
}
.BgClassName
{
background-color: #79769A;
}
</style>
border-color css
<style>
span { border-color: #79769A; }
span { border-color: rgb(121,118,154); }
td.TdClassName
{
border-color: #79769A;
}
.TagClassName
{
border-color: #79769A;
}
</style>