#78629D

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

Shades of Scampi #78629D

Tints of Scampi #78629D

Color information

#78629D (or 0x78629D) is unknown color: approx Scampi. HEX triplet: 78, 62 and 9D. RGB value is (120,98,157). Sum of RGB (Red+Green+Blue) = 120+98+157=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #78629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78629D is #879D62. Grayscale: #6F6F6F. Windows color (decimal): -8887651 or 10314360. OLE color: 10314360.

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

Color convert

RGB12098157-
CMYK0.240.3800.38
HSL262.37º23.14%50%-
HSV(B)262.37º37.58%61.57%-
XYZ18.215.1633.87-
YUV111.3153.79134.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=32%
G=26.13%
B=41.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120981570.240.3800.38262.3723.1450
Hex78629D18260261061732
Octal17014223530460464062762
Binary111100011000101001110111000100110010011010000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78629D; }

 p { color: rgb(120,98,157); }

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

<style>
 a { background-color: #78629D; }

 a { background-color: rgb(120,98,157); }

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

<style>
 span { border-color: #78629D; }

 span { border-color: rgb(120,98,157); }

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