#777396

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

Shades of Scampi #777396

Tints of Scampi #777396

Color information

#777396 (or 0x777396) is unknown color: approx Scampi. HEX triplet: 77, 73 and 96. RGB value is (119,115,150). Sum of RGB (Red+Green+Blue) = 119+115+150=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #777396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777396 is #888C69. Grayscale: #787878. Windows color (decimal): -8948842 or 9859959. OLE color: 9859959.

HSL color Cylindrical-coordinate representation of color #777396: hue angle of 246.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #777396 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB119115150-
CMYK0.210.2300.41
HSL246.86º14.29%51.96%-
HSV(B)246.86º23.33%58.82%-
XYZ19.2418.3931.39-
YUV120.19144.83127.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 150 (58.98% from 255) = 39.06%
R=30.99%
G=29.95%
B=39.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191151500.210.2300.41246.8614.2951.96
Hex7773961517029f7e34
Octal16716322625270513671664
Binary111011111100111001011010101101110101001111101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777396; }

 p { color: rgb(119,115,150); }

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

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

 a { background-color: rgb(119,115,150); }

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

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

 span { border-color: rgb(119,115,150); }

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