#78689E

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

Shades of Scampi #78689E

Tints of Scampi #78689E

Color information

#78689E (or 0x78689E) is unknown color: approx Scampi. HEX triplet: 78, 68 and 9E. RGB value is (120,104,158). Sum of RGB (Red+Green+Blue) = 120+104+158=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #78689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78689E is #879761. Grayscale: #727272. Windows color (decimal): -8886114 or 10381432. OLE color: 10381432.

HSL color Cylindrical-coordinate representation of color #78689E: hue angle of 257.78º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78689E is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120104158-
CMYK0.240.3400.38
HSL257.78º21.77%51.37%-
HSV(B)257.78º34.18%61.96%-
XYZ18.8716.3634.51-
YUV114.94152.3131.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.41%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=31.41%
G=27.23%
B=41.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201041580.240.3400.38257.7821.7751.37
Hex78689E18220261021633
Octal17015023630420464022663
Binary111100011010001001111011000100010010011010000001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78689E; }

 p { color: rgb(120,104,158); }

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

<style>
 a { background-color: #78689E; }

 a { background-color: rgb(120,104,158); }

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

<style>
 span { border-color: #78689E; }

 span { border-color: rgb(120,104,158); }

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