#78778B

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

Shades of Scampi #78778B

Tints of Scampi #78778B

Color information

#78778B (or 0x78778B) is unknown color: approx Scampi. HEX triplet: 78, 77 and 8B. RGB value is (120,119,139). Sum of RGB (Red+Green+Blue) = 120+119+139=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #78778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78778B is #878874. Grayscale: #797979. Windows color (decimal): -8882293 or 9140088. OLE color: 9140088.

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

Color convert

RGB120119139-
CMYK0.140.1400.45
HSL243º7.94%50.59%-
HSV(B)243º14.39%54.51%-
XYZ1919.0527.1-
YUV121.58137.83126.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=31.75%
G=31.48%
B=36.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201191390.140.1400.452437.9450.59
Hex78778BEE02Df3833
Octal17016721316160553631063
Binary1111000111011110001011111011100101101111100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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