Shades of Scampi #76669D
Tints of Scampi #76669D
RGB
CMYK
RGB Variations
Color information
#76669D (or 0x76669D) is known color: Scampi. HEX triplet: 76, 66 and 9D. RGB value is (118,102,157). Sum of RGB (Red+Green+Blue) = 118+102+157=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #76669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76669D is #899962. Grayscale: #707070. Windows color (decimal): -9017699 or 10315382. OLE color: 10315382.
HSL color Cylindrical-coordinate representation of color #76669D: hue angle of 257.45º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76669D is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 102 | 157 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.38 |
| HSL | 257.45º | 0.22% | 0.51% | - |
| HSV(B) | 257.45º | 0.35% | 0.62% | - |
| XYZ | 18.31 | 15.79 | 33.98 | - |
| YUV | 113.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 157 | 0.25 | 0.35 | 0 | 0.38 | 257.45 | 0.22 | 0.51 |
| Hex | 76 | 66 | 9D | 19 | 23 | 0 | 26 | 101 | 16 | 33 |
| Octal | 166 | 146 | 235 | 31 | 43 | 0 | 46 | 401 | 26 | 63 |
| Binary | 1110110 | 1100110 | 10011101 | 11001 | 100011 | 0 | 100110 | 100000001 | 10110 | 110011 |
Color Harmonies of #76669D
Complementary color
Monochromatic Colors of #76669D
Black with #76669D
Text Example
Text Example
White with #76669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76669D; }
p { color: rgb(118,102,157); }
H1.HeaderClassName
{
color: #76669D;
}
.AnyTagClassName
{
color: #76669D;
}
</style>
background-color css
<style>
a { background-color: #76669D; }
a { background-color: rgb(118,102,157); }
div.DivClassName
{
background-color: #76669D;
}
.BgClassName
{
background-color: #76669D;
}
</style>
border-color css
<style>
span { border-color: #76669D; }
span { border-color: rgb(118,102,157); }
td.TdClassName
{
border-color: #76669D;
}
.TagClassName
{
border-color: #76669D;
}
</style>