#78659E

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

Shades of Scampi #78659E

Tints of Scampi #78659E

Color information

#78659E (or 0x78659E) is unknown color: approx Scampi. HEX triplet: 78, 65 and 9E. RGB value is (120,101,158). Sum of RGB (Red+Green+Blue) = 120+101+158=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #78659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78659E is #879A61. Grayscale: #707070. Windows color (decimal): -8886882 or 10380664. OLE color: 10380664.

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

Color convert

RGB120101158-
CMYK0.240.3600.38
HSL260º22.71%50.78%-
HSV(B)260º36.08%61.96%-
XYZ18.5715.7734.41-
YUV113.18153.29132.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=31.66%
G=26.65%
B=41.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201011580.240.3600.3826022.7150.78
Hex78659E18240261041733
Octal17014523630440464042763
Binary111100011001011001111011000100100010011010000010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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