Shades of Scampi #76669C
Tints of Scampi #76669C
RGB
CMYK
RGB Variations
Color information
#76669C (or 0x76669C) is known color: Scampi. HEX triplet: 76, 66 and 9C. RGB value is (118,102,156). Sum of RGB (Red+Green+Blue) = 118+102+156=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #76669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76669C is #899963. Grayscale: #707070. Windows color (decimal): -9017700 or 10249846. OLE color: 10249846.
HSL color Cylindrical-coordinate representation of color #76669C: hue angle of 257.78º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76669C is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 102 | 156 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.39 |
| HSL | 257.78º | 0.21% | 0.51% | - |
| HSV(B) | 257.78º | 0.35% | 0.61% | - |
| XYZ | 18.22 | 15.75 | 33.53 | - |
| YUV | 112.94 | 152.3 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 156 | 0.24 | 0.35 | 0 | 0.39 | 257.78 | 0.21 | 0.51 |
| Hex | 76 | 66 | 9C | 18 | 23 | 0 | 27 | 102 | 15 | 33 |
| Octal | 166 | 146 | 234 | 30 | 43 | 0 | 47 | 402 | 25 | 63 |
| Binary | 1110110 | 1100110 | 10011100 | 11000 | 100011 | 0 | 100111 | 100000010 | 10101 | 110011 |
Color Harmonies of #76669C
Complementary color
Monochromatic Colors of #76669C
Black with #76669C
Text Example
Text Example
White with #76669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76669C; }
p { color: rgb(118,102,156); }
H1.HeaderClassName
{
color: #76669C;
}
.AnyTagClassName
{
color: #76669C;
}
</style>
background-color css
<style>
a { background-color: #76669C; }
a { background-color: rgb(118,102,156); }
div.DivClassName
{
background-color: #76669C;
}
.BgClassName
{
background-color: #76669C;
}
</style>
border-color css
<style>
span { border-color: #76669C; }
span { border-color: rgb(118,102,156); }
td.TdClassName
{
border-color: #76669C;
}
.TagClassName
{
border-color: #76669C;
}
</style>