Shades of Scampi #76709A
Tints of Scampi #76709A
RGB
CMYK
RGB Variations
Color information
#76709A (or 0x76709A) is known color: Scampi. HEX triplet: 76, 70 and 9A. RGB value is (118,112,154). Sum of RGB (Red+Green+Blue) = 118+112+154=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #76709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76709A is #898F65. Grayscale: #767676. Windows color (decimal): -9015142 or 10121334. OLE color: 10121334.
HSL color Cylindrical-coordinate representation of color #76709A: hue angle of 248.57º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76709A is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 112 | 154 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.40 |
| HSL | 248.57º | 0.17% | 0.52% | - |
| HSV(B) | 248.57º | 0.27% | 0.6% | - |
| XYZ | 19.1 | 17.77 | 33 | - |
| YUV | 118.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 154 | 0.23 | 0.27 | 0 | 0.40 | 248.57 | 0.17 | 0.52 |
| Hex | 76 | 70 | 9A | 17 | 1B | 0 | 28 | F9 | 11 | 34 |
| Octal | 166 | 160 | 232 | 27 | 33 | 0 | 50 | 371 | 21 | 64 |
| Binary | 1110110 | 1110000 | 10011010 | 10111 | 11011 | 0 | 101000 | 11111001 | 10001 | 110100 |
Color Harmonies of #76709A
Complementary color
Monochromatic Colors of #76709A
Black with #76709A
Text Example
Text Example
White with #76709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76709A; }
p { color: rgb(118,112,154); }
H1.HeaderClassName
{
color: #76709A;
}
.AnyTagClassName
{
color: #76709A;
}
</style>
background-color css
<style>
a { background-color: #76709A; }
a { background-color: rgb(118,112,154); }
div.DivClassName
{
background-color: #76709A;
}
.BgClassName
{
background-color: #76709A;
}
</style>
border-color css
<style>
span { border-color: #76709A; }
span { border-color: rgb(118,112,154); }
td.TdClassName
{
border-color: #76709A;
}
.TagClassName
{
border-color: #76709A;
}
</style>