#786AAA

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

Shades of Scampi #786AAA

Tints of Scampi #786AAA

Color information

#786AAA (or 0x786AAA) is unknown color: approx Scampi. HEX triplet: 78, 6A and AA. RGB value is (120,106,170). Sum of RGB (Red+Green+Blue) = 120+106+170=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #786AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786AAA is #879555. Grayscale: #757575. Windows color (decimal): -8885590 or 11168376. OLE color: 11168376.

HSL color Cylindrical-coordinate representation of color #786AAA: hue angle of 253.12º 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 #786AAA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120106170-
CMYK0.290.3800.33
HSL253.12º27.35%54.12%-
HSV(B)253.12º37.65%66.67%-
XYZ20.1617.240.29-
YUV117.48157.64129.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 106 (41.80% from 255) = 26.77%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=30.30%
G=26.77%
B=42.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201061700.290.3800.33253.1227.3554.12
Hex786AAA1D26021fd1b36
Octal17015225235460413753366
Binary11110001101010101010101110110011001000011111110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786AAA; }

 p { color: rgb(120,106,170); }

 H1.HeaderClassName
 {
   color: #786AAA;
 }
 .AnyTagClassName
 {
   color: #786AAA;
 }
</style>
background-color css

<style>
 a { background-color: #786AAA; }

 a { background-color: rgb(120,106,170); }

 div.DivClassName
 {
   background-color: #786AAA;
 }
 .BgClassName
 {
   background-color: #786AAA;
 }
</style>
border-color css

<style>
 span { border-color: #786AAA; }

 span { border-color: rgb(120,106,170); }

 td.TdClassName
 {
   border-color: #786AAA;
 }
 .TagClassName
 {
   border-color: #786AAA;
 }
</style>