#756AAA

Color #756AAA Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #756AAA

Tints of Scampi #756AAA

Color information

#756AAA (or 0x756AAA) is unknown color: approx 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

RGB117106170-
CMYK0.310.3800.33
HSL250.31º27.35%54.12%-
HSV(B)250.31º37.65%66.67%-
XYZ19.7516.9940.27-
YUV116.58158.14128.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 106 (41.80% from 255) = 26.97%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=29.77%
G=26.97%
B=43.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171061700.310.3800.33250.3127.3554.12
Hex756AAA1F26021fa1b36
Octal16515225237460413723366
Binary11101011101010101010101111110011001000011111101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>