#78759C

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

Shades of Scampi #78759C

Tints of Scampi #78759C

Color information

#78759C (or 0x78759C) is unknown color: approx Scampi. HEX triplet: 78, 75 and 9C. RGB value is (120,117,156). Sum of RGB (Red+Green+Blue) = 120+117+156=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #78759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78759C is #878A63. Grayscale: #7A7A7A. Windows color (decimal): -8882788 or 10253688. OLE color: 10253688.

HSL color Cylindrical-coordinate representation of color #78759C: hue angle of 244.62º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78759C is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB120117156-
CMYK0.230.2500.39
HSL244.62º16.46%53.53%-
HSV(B)244.62º25%61.18%-
XYZ20.1119.1234.08-
YUV122.34146.99126.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.53%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=30.53%
G=29.77%
B=39.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201171560.230.2500.39244.6216.4653.53
Hex78759C1719027f51036
Octal17016523427310473652066
Binary1111000111010110011100101111100101001111111010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78759C; }

 p { color: rgb(120,117,156); }

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

<style>
 a { background-color: #78759C; }

 a { background-color: rgb(120,117,156); }

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

<style>
 span { border-color: #78759C; }

 span { border-color: rgb(120,117,156); }

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