Shades of Scampi #756BAA
Tints of Scampi #756BAA
RGB
CMYK
RGB Variations
Color information
#756BAA (or 0x756BAA) is known color: Scampi. HEX triplet: 75, 6B and AA. RGB value is (117,107,170). Sum of RGB (Red+Green+Blue) = 117+107+170=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #756BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756BAA is #8A9455. Grayscale: #747474. Windows color (decimal): -9081942 or 11168629. OLE color: 11168629.
HSL color Cylindrical-coordinate representation of color #756BAA: hue angle of 249.52º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #756BAA is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 107 | 170 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.33 |
| HSL | 249.52º | 0.27% | 0.54% | - |
| HSV(B) | 249.52º | 0.37% | 0.67% | - |
| XYZ | 19.85 | 17.2 | 40.3 | - |
| YUV | 117.17 | 157.81 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 170 | 0.31 | 0.37 | 0 | 0.33 | 249.52 | 0.27 | 0.54 |
| Hex | 75 | 6B | AA | 1F | 25 | 0 | 21 | FA | 1B | 36 |
| Octal | 165 | 153 | 252 | 37 | 45 | 0 | 41 | 372 | 33 | 66 |
| Binary | 1110101 | 1101011 | 10101010 | 11111 | 100101 | 0 | 100001 | 11111010 | 11011 | 110110 |
Color Harmonies of #756BAA
Complementary color
Monochromatic Colors of #756BAA
Black with #756BAA
Text Example
Text Example
White with #756BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756BAA; }
p { color: rgb(117,107,170); }
H1.HeaderClassName
{
color: #756BAA;
}
.AnyTagClassName
{
color: #756BAA;
}
</style>
background-color css
<style>
a { background-color: #756BAA; }
a { background-color: rgb(117,107,170); }
div.DivClassName
{
background-color: #756BAA;
}
.BgClassName
{
background-color: #756BAA;
}
</style>
border-color css
<style>
span { border-color: #756BAA; }
span { border-color: rgb(117,107,170); }
td.TdClassName
{
border-color: #756BAA;
}
.TagClassName
{
border-color: #756BAA;
}
</style>