Shades of Scampi #767599
Tints of Scampi #767599
RGB
CMYK
RGB Variations
Color information
#767599 (or 0x767599) is known color: Scampi. HEX triplet: 76, 75 and 99. RGB value is (118,117,153). Sum of RGB (Red+Green+Blue) = 118+117+153=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #767599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767599 is #898A66. Grayscale: #797979. Windows color (decimal): -9013863 or 10057078. OLE color: 10057078.
HSL color Cylindrical-coordinate representation of color #767599: hue angle of 241.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #767599 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 117 | 153 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.4 |
| HSL | 241.67º | 0.15% | 0.53% | - |
| HSV(B) | 241.67º | 0.24% | 0.6% | - |
| XYZ | 19.58 | 18.87 | 32.75 | - |
| YUV | 121.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 153 | 0.23 | 0.24 | 0 | 0.4 | 241.67 | 0.15 | 0.53 |
| Hex | 76 | 75 | 99 | 17 | 18 | 0 | 28 | F2 | F | 35 |
| Octal | 166 | 165 | 231 | 27 | 30 | 0 | 50 | 362 | 17 | 65 |
| Binary | 1110110 | 1110101 | 10011001 | 10111 | 11000 | 0 | 101000 | 11110010 | 1111 | 110101 |
Color Harmonies of #767599
Complementary color
Monochromatic Colors of #767599
Black with #767599
Text Example
Text Example
White with #767599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767599; }
p { color: rgb(118,117,153); }
H1.HeaderClassName
{
color: #767599;
}
.AnyTagClassName
{
color: #767599;
}
</style>
background-color css
<style>
a { background-color: #767599; }
a { background-color: rgb(118,117,153); }
div.DivClassName
{
background-color: #767599;
}
.BgClassName
{
background-color: #767599;
}
</style>
border-color css
<style>
span { border-color: #767599; }
span { border-color: rgb(118,117,153); }
td.TdClassName
{
border-color: #767599;
}
.TagClassName
{
border-color: #767599;
}
</style>