Shades of Scampi #767799
Tints of Scampi #767799
RGB
CMYK
RGB Variations
Color information
#767799 (or 0x767799) is known color: Scampi. HEX triplet: 76, 77 and 99. RGB value is (118,119,153). Sum of RGB (Red+Green+Blue) = 118+119+153=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #767799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767799 is #898866. Grayscale: #7A7A7A. Windows color (decimal): -9013351 or 10057590. OLE color: 10057590.
HSL color Cylindrical-coordinate representation of color #767799: hue angle of 238.29º 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 #767799 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 119 | 153 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.4 |
| HSL | 238.29º | 0.15% | 0.53% | - |
| HSV(B) | 238.29º | 0.23% | 0.6% | - |
| XYZ | 19.82 | 19.35 | 32.83 | - |
| YUV | 122.58 | 145.17 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 119 | 153 | 0.23 | 0.22 | 0 | 0.4 | 238.29 | 0.15 | 0.53 |
| Hex | 76 | 77 | 99 | 17 | 16 | 0 | 28 | EE | F | 35 |
| Octal | 166 | 167 | 231 | 27 | 26 | 0 | 50 | 356 | 17 | 65 |
| Binary | 1110110 | 1110111 | 10011001 | 10111 | 10110 | 0 | 101000 | 11101110 | 1111 | 110101 |
Color Harmonies of #767799
Complementary color
Monochromatic Colors of #767799
Black with #767799
Text Example
Text Example
White with #767799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767799; }
p { color: rgb(118,119,153); }
H1.HeaderClassName
{
color: #767799;
}
.AnyTagClassName
{
color: #767799;
}
</style>
background-color css
<style>
a { background-color: #767799; }
a { background-color: rgb(118,119,153); }
div.DivClassName
{
background-color: #767799;
}
.BgClassName
{
background-color: #767799;
}
</style>
border-color css
<style>
span { border-color: #767799; }
span { border-color: rgb(118,119,153); }
td.TdClassName
{
border-color: #767799;
}
.TagClassName
{
border-color: #767799;
}
</style>