#786CAC

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

Shades of Scampi #786CAC

Tints of Scampi #786CAC

Color information

#786CAC (or 0x786CAC) is unknown color: approx Scampi. HEX triplet: 78, 6C and AC. RGB value is (120,108,172). Sum of RGB (Red+Green+Blue) = 120+108+172=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #786CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786CAC is #879353. Grayscale: #767676. Windows color (decimal): -8885076 or 11299960. OLE color: 11299960.

HSL color Cylindrical-coordinate representation of color #786CAC: hue angle of 251.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #786CAC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120108172-
CMYK0.300.3700.33
HSL251.25º27.83%54.9%-
HSV(B)251.25º37.21%67.45%-
XYZ20.5517.741.36-
YUV118.88157.98128.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30%
GREEN value IS 108 (42.58% from 255) = 27%
BLUE value IS 172 (67.58% from 255) = 43%
R=30%
G=27%
B=43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201081720.300.3700.33251.2527.8354.9
Hex786CAC1E25021fb1c37
Octal17015425436450413733467
Binary11110001101100101011001111010010101000011111101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,108,172); }

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

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

 a { background-color: rgb(120,108,172); }

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

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

 span { border-color: rgb(120,108,172); }

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