#78778D

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

Shades of Scampi #78778D

Tints of Scampi #78778D

Color information

#78778D (or 0x78778D) is unknown color: approx Scampi. HEX triplet: 78, 77 and 8D. RGB value is (120,119,141). Sum of RGB (Red+Green+Blue) = 120+119+141=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #78778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78778D is #878872. Grayscale: #797979. Windows color (decimal): -8882291 or 9271160. OLE color: 9271160.

HSL color Cylindrical-coordinate representation of color #78778D: hue angle of 242.73º 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 #78778D is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB120119141-
CMYK0.150.1600.45
HSL242.73º8.8%50.98%-
HSV(B)242.73º15.6%55.29%-
XYZ19.1519.1127.88-
YUV121.81138.83126.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.58%
GREEN value IS 119 (46.88% from 255) = 31.32%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=31.58%
G=31.32%
B=37.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201191410.150.1600.45242.738.850.98
Hex78778DF1002Df3933
Octal17016721517200553631163
Binary11110001110111100011011111100000101101111100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,119,141); }

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

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

 a { background-color: rgb(120,119,141); }

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

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

 span { border-color: rgb(120,119,141); }

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