Shades of Scampi #766A95
Tints of Scampi #766A95
RGB
CMYK
RGB Variations
Color information
#766A95 (or 0x766A95) is known color: Scampi. HEX triplet: 76, 6A and 95. RGB value is (118,106,149). Sum of RGB (Red+Green+Blue) = 118+106+149=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #766A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766A95 is #89956A. Grayscale: #727272. Windows color (decimal): -9016683 or 9792118. OLE color: 9792118.
HSL color Cylindrical-coordinate representation of color #766A95: hue angle of 256.74º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766A95 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 106 | 149 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.42 |
| HSL | 256.74º | 0.17% | 0.5% | - |
| HSV(B) | 256.74º | 0.29% | 0.58% | - |
| XYZ | 18.05 | 16.33 | 30.63 | - |
| YUV | 114.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 149 | 0.21 | 0.29 | 0 | 0.42 | 256.74 | 0.17 | 0.5 |
| Hex | 76 | 6A | 95 | 15 | 1D | 0 | 2A | 101 | 11 | 32 |
| Octal | 166 | 152 | 225 | 25 | 35 | 0 | 52 | 401 | 21 | 62 |
| Binary | 1110110 | 1101010 | 10010101 | 10101 | 11101 | 0 | 101010 | 100000001 | 10001 | 110010 |
Color Harmonies of #766A95
Complementary color
Monochromatic Colors of #766A95
Black with #766A95
Text Example
Text Example
White with #766A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A95; }
p { color: rgb(118,106,149); }
H1.HeaderClassName
{
color: #766A95;
}
.AnyTagClassName
{
color: #766A95;
}
</style>
background-color css
<style>
a { background-color: #766A95; }
a { background-color: rgb(118,106,149); }
div.DivClassName
{
background-color: #766A95;
}
.BgClassName
{
background-color: #766A95;
}
</style>
border-color css
<style>
span { border-color: #766A95; }
span { border-color: rgb(118,106,149); }
td.TdClassName
{
border-color: #766A95;
}
.TagClassName
{
border-color: #766A95;
}
</style>