#78679F

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

Shades of Scampi #78679F

Tints of Scampi #78679F

Color information

#78679F (or 0x78679F) is unknown color: approx Scampi. HEX triplet: 78, 67 and 9F. RGB value is (120,103,159). Sum of RGB (Red+Green+Blue) = 120+103+159=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #78679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78679F is #879860. Grayscale: #727272. Windows color (decimal): -8886369 or 10446712. OLE color: 10446712.

HSL color Cylindrical-coordinate representation of color #78679F: hue angle of 258.21º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78679F is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120103159-
CMYK0.250.3500.38
HSL258.21º22.58%51.37%-
HSV(B)258.21º35.22%62.35%-
XYZ18.8516.234.93-
YUV114.47153.13131.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.41%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 159 (62.5% from 255) = 41.62%
R=31.41%
G=26.96%
B=41.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201031590.250.3500.38258.2122.5851.37
Hex78679F19230261021733
Octal17014723731430464022763
Binary111100011001111001111111001100011010011010000001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78679F; }

 p { color: rgb(120,103,159); }

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

<style>
 a { background-color: #78679F; }

 a { background-color: rgb(120,103,159); }

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

<style>
 span { border-color: #78679F; }

 span { border-color: rgb(120,103,159); }

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