#78768C

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

Shades of Scampi #78768C

Tints of Scampi #78768C

Color information

#78768C (or 0x78768C) is unknown color: approx Scampi. HEX triplet: 78, 76 and 8C. RGB value is (120,118,140). Sum of RGB (Red+Green+Blue) = 120+118+140=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 140 - color contains mainly: blue. Hex color #78768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78768C is #878973. Grayscale: #797979. Windows color (decimal): -8882548 or 9205368. OLE color: 9205368.

HSL color Cylindrical-coordinate representation of color #78768C: hue angle of 245.45º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #78768C is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120118140-
CMYK0.140.1600.45
HSL245.45º8.73%50.59%-
HSV(B)245.45º15.71%54.9%-
XYZ18.9618.8427.45-
YUV121.11138.66127.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=31.75%
G=31.22%
B=37.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201181400.140.1600.45245.458.7350.59
Hex78768CE1002Df5933
Octal17016621416200553651163
Binary11110001110110100011001110100000101101111101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,118,140); }

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

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

 a { background-color: rgb(120,118,140); }

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

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

 span { border-color: rgb(120,118,140); }

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