Shades of Scampi #76779A
Tints of Scampi #76779A
RGB
CMYK
RGB Variations
Color information
#76779A (or 0x76779A) is known color: Scampi. HEX triplet: 76, 77 and 9A. RGB value is (118,119,154). Sum of RGB (Red+Green+Blue) = 118+119+154=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #76779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76779A is #898865. Grayscale: #7A7A7A. Windows color (decimal): -9013350 or 10123126. OLE color: 10123126.
HSL color Cylindrical-coordinate representation of color #76779A: hue angle of 238.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 #76779A is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 119 | 154 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.40 |
| HSL | 238.33º | 0.15% | 0.53% | - |
| HSV(B) | 238.33º | 0.23% | 0.6% | - |
| XYZ | 19.9 | 19.38 | 33.26 | - |
| YUV | 122.69 | 145.67 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 154 | 0.23 | 0.23 | 0 | 0.40 | 238.33 | 0.15 | 0.53 |
| Hex | 76 | 77 | 9A | 17 | 17 | 0 | 28 | EE | F | 35 |
| Octal | 166 | 167 | 232 | 27 | 27 | 0 | 50 | 356 | 17 | 65 |
| Binary | 1110110 | 1110111 | 10011010 | 10111 | 10111 | 0 | 101000 | 11101110 | 1111 | 110101 |
Color Harmonies of #76779A
Complementary color
Monochromatic Colors of #76779A
Black with #76779A
Text Example
Text Example
White with #76779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76779A; }
p { color: rgb(118,119,154); }
H1.HeaderClassName
{
color: #76779A;
}
.AnyTagClassName
{
color: #76779A;
}
</style>
background-color css
<style>
a { background-color: #76779A; }
a { background-color: rgb(118,119,154); }
div.DivClassName
{
background-color: #76779A;
}
.BgClassName
{
background-color: #76779A;
}
</style>
border-color css
<style>
span { border-color: #76779A; }
span { border-color: rgb(118,119,154); }
td.TdClassName
{
border-color: #76779A;
}
.TagClassName
{
border-color: #76779A;
}
</style>