#78779C

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

Shades of Scampi #78779C

Tints of Scampi #78779C

Color information

#78779C (or 0x78779C) is unknown color: approx Scampi. HEX triplet: 78, 77 and 9C. RGB value is (120,119,156). Sum of RGB (Red+Green+Blue) = 120+119+156=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #78779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78779C is #878863. Grayscale: #7B7B7B. Windows color (decimal): -8882276 or 10254200. OLE color: 10254200.

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

Color convert

RGB120119156-
CMYK0.230.2400.39
HSL241.62º15.74%53.92%-
HSV(B)241.62º23.72%61.18%-
XYZ20.3419.5934.16-
YUV123.52146.33125.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=30.38%
G=30.13%
B=39.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201191560.230.2400.39241.6215.7453.92
Hex78779C1718027f21036
Octal17016723427300473622066
Binary1111000111011110011100101111100001001111111001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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