#786C93

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

Shades of Scampi #786C93

Tints of Scampi #786C93

Color information

#786C93 (or 0x786C93) is unknown color: approx Scampi. HEX triplet: 78, 6C and 93. RGB value is (120,108,147). Sum of RGB (Red+Green+Blue) = 120+108+147=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #786C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786C93 is #87936C. Grayscale: #737373. Windows color (decimal): -8885101 or 9661560. OLE color: 9661560.

HSL color Cylindrical-coordinate representation of color #786C93: hue angle of 258.46º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #786C93 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB120108147-
CMYK0.180.2700.42
HSL258.46º15.29%50%-
HSV(B)258.46º26.53%57.65%-
XYZ18.3716.8229.88-
YUV116.03145.48130.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=32%
G=28.8%
B=39.2%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201081470.180.2700.42258.4615.2950
Hex786C93121B02A102f32
Octal17015422322330524021762
Binary1111000110110010010011100101101101010101000000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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