Shades of Scampi #76679C
Tints of Scampi #76679C
RGB
CMYK
RGB Variations
Color information
#76679C (or 0x76679C) is known color: Scampi. HEX triplet: 76, 67 and 9C. RGB value is (118,103,156). Sum of RGB (Red+Green+Blue) = 118+103+156=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #76679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76679C is #899863. Grayscale: #717171. Windows color (decimal): -9017444 or 10250102. OLE color: 10250102.
HSL color Cylindrical-coordinate representation of color #76679C: hue angle of 256.98º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76679C is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 103 | 156 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.39 |
| HSL | 256.98º | 0.21% | 0.51% | - |
| HSV(B) | 256.98º | 0.34% | 0.61% | - |
| XYZ | 18.32 | 15.95 | 33.57 | - |
| YUV | 113.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 156 | 0.24 | 0.34 | 0 | 0.39 | 256.98 | 0.21 | 0.51 |
| Hex | 76 | 67 | 9C | 18 | 22 | 0 | 27 | 101 | 15 | 33 |
| Octal | 166 | 147 | 234 | 30 | 42 | 0 | 47 | 401 | 25 | 63 |
| Binary | 1110110 | 1100111 | 10011100 | 11000 | 100010 | 0 | 100111 | 100000001 | 10101 | 110011 |
Color Harmonies of #76679C
Complementary color
Monochromatic Colors of #76679C
Black with #76679C
Text Example
Text Example
White with #76679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76679C; }
p { color: rgb(118,103,156); }
H1.HeaderClassName
{
color: #76679C;
}
.AnyTagClassName
{
color: #76679C;
}
</style>
background-color css
<style>
a { background-color: #76679C; }
a { background-color: rgb(118,103,156); }
div.DivClassName
{
background-color: #76679C;
}
.BgClassName
{
background-color: #76679C;
}
</style>
border-color css
<style>
span { border-color: #76679C; }
span { border-color: rgb(118,103,156); }
td.TdClassName
{
border-color: #76679C;
}
.TagClassName
{
border-color: #76679C;
}
</style>