Shades of Scampi #77639C
Tints of Scampi #77639C
RGB
CMYK
RGB Variations
Color information
#77639C (or 0x77639C) is known color: Scampi. HEX triplet: 77, 63 and 9C. RGB value is (119,99,156). Sum of RGB (Red+Green+Blue) = 119+99+156=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #77639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77639C is #889C63. Grayscale: #6F6F6F. Windows color (decimal): -8952932 or 10249079. OLE color: 10249079.
HSL color Cylindrical-coordinate representation of color #77639C: hue angle of 261.05º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77639C is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 99 | 156 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.39 |
| HSL | 261.05º | 0.22% | 0.5% | - |
| HSV(B) | 261.05º | 0.37% | 0.61% | - |
| XYZ | 18.07 | 15.25 | 33.44 | - |
| YUV | 111.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 156 | 0.24 | 0.37 | 0 | 0.39 | 261.05 | 0.22 | 0.5 |
| Hex | 77 | 63 | 9C | 18 | 25 | 0 | 27 | 105 | 16 | 32 |
| Octal | 167 | 143 | 234 | 30 | 45 | 0 | 47 | 405 | 26 | 62 |
| Binary | 1110111 | 1100011 | 10011100 | 11000 | 100101 | 0 | 100111 | 100000101 | 10110 | 110010 |
Color Harmonies of #77639C
Complementary color
Monochromatic Colors of #77639C
Black with #77639C
Text Example
Text Example
White with #77639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77639C; }
p { color: rgb(119,99,156); }
H1.HeaderClassName
{
color: #77639C;
}
.AnyTagClassName
{
color: #77639C;
}
</style>
background-color css
<style>
a { background-color: #77639C; }
a { background-color: rgb(119,99,156); }
div.DivClassName
{
background-color: #77639C;
}
.BgClassName
{
background-color: #77639C;
}
</style>
border-color css
<style>
span { border-color: #77639C; }
span { border-color: rgb(119,99,156); }
td.TdClassName
{
border-color: #77639C;
}
.TagClassName
{
border-color: #77639C;
}
</style>