Shades of Scampi #76659B
Tints of Scampi #76659B
RGB
CMYK
RGB Variations
Color information
#76659B (or 0x76659B) is known color: Scampi. HEX triplet: 76, 65 and 9B. RGB value is (118,101,155). Sum of RGB (Red+Green+Blue) = 118+101+155=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #76659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76659B is #899A64. Grayscale: #707070. Windows color (decimal): -9017957 or 10184054. OLE color: 10184054.
HSL color Cylindrical-coordinate representation of color #76659B: hue angle of 258.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76659B is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 101 | 155 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.39 |
| HSL | 258.89º | 0.21% | 0.5% | - |
| HSV(B) | 258.89º | 0.35% | 0.61% | - |
| XYZ | 18.04 | 15.53 | 33.06 | - |
| YUV | 112.24 | 152.13 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 155 | 0.24 | 0.35 | 0 | 0.39 | 258.89 | 0.21 | 0.5 |
| Hex | 76 | 65 | 9B | 18 | 23 | 0 | 27 | 103 | 15 | 32 |
| Octal | 166 | 145 | 233 | 30 | 43 | 0 | 47 | 403 | 25 | 62 |
| Binary | 1110110 | 1100101 | 10011011 | 11000 | 100011 | 0 | 100111 | 100000011 | 10101 | 110010 |
Color Harmonies of #76659B
Complementary color
Monochromatic Colors of #76659B
Black with #76659B
Text Example
Text Example
White with #76659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76659B; }
p { color: rgb(118,101,155); }
H1.HeaderClassName
{
color: #76659B;
}
.AnyTagClassName
{
color: #76659B;
}
</style>
background-color css
<style>
a { background-color: #76659B; }
a { background-color: rgb(118,101,155); }
div.DivClassName
{
background-color: #76659B;
}
.BgClassName
{
background-color: #76659B;
}
</style>
border-color css
<style>
span { border-color: #76659B; }
span { border-color: rgb(118,101,155); }
td.TdClassName
{
border-color: #76659B;
}
.TagClassName
{
border-color: #76659B;
}
</style>