Shades of Scampi #756AAA
Tints of Scampi #756AAA
RGB
CMYK
RGB Variations
Color information
#756AAA (or 0x756AAA) is known color: Scampi. HEX triplet: 75, 6A and AA. RGB value is (117,106,170). Sum of RGB (Red+Green+Blue) = 117+106+170=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #756AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756AAA is #8A9555. Grayscale: #747474. Windows color (decimal): -9082198 or 11168373. OLE color: 11168373.
HSL color Cylindrical-coordinate representation of color #756AAA: hue angle of 250.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756AAA is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 106 | 170 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.33 |
| HSL | 250.31º | 0.27% | 0.54% | - |
| HSV(B) | 250.31º | 0.38% | 0.67% | - |
| XYZ | 19.75 | 16.99 | 40.27 | - |
| YUV | 116.59 | 158.14 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 170 | 0.31 | 0.38 | 0 | 0.33 | 250.31 | 0.27 | 0.54 |
| Hex | 75 | 6A | AA | 1F | 26 | 0 | 21 | FA | 1B | 36 |
| Octal | 165 | 152 | 252 | 37 | 46 | 0 | 41 | 372 | 33 | 66 |
| Binary | 1110101 | 1101010 | 10101010 | 11111 | 100110 | 0 | 100001 | 11111010 | 11011 | 110110 |
Color Harmonies of #756AAA
Complementary color
Monochromatic Colors of #756AAA
Black with #756AAA
Text Example
Text Example
White with #756AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756AAA; }
p { color: rgb(117,106,170); }
H1.HeaderClassName
{
color: #756AAA;
}
.AnyTagClassName
{
color: #756AAA;
}
</style>
background-color css
<style>
a { background-color: #756AAA; }
a { background-color: rgb(117,106,170); }
div.DivClassName
{
background-color: #756AAA;
}
.BgClassName
{
background-color: #756AAA;
}
</style>
border-color css
<style>
span { border-color: #756AAA; }
span { border-color: rgb(117,106,170); }
td.TdClassName
{
border-color: #756AAA;
}
.TagClassName
{
border-color: #756AAA;
}
</style>