#777691

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

Shades of Scampi #777691

Tints of Scampi #777691

Color information

#777691 (or 0x777691) is unknown color: approx Scampi. HEX triplet: 77, 76 and 91. RGB value is (119,118,145). Sum of RGB (Red+Green+Blue) = 119+118+145=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #777691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777691 is #88896E. Grayscale: #797979. Windows color (decimal): -8948079 or 9533047. OLE color: 9533047.

HSL color Cylindrical-coordinate representation of color #777691: hue angle of 242.22º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #777691 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB119118145-
CMYK0.180.1900.43
HSL242.22º10.93%51.57%-
HSV(B)242.22º18.62%56.86%-
XYZ19.218.9229.43-
YUV121.38141.33126.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.15%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=31.15%
G=30.89%
B=37.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191181450.180.1900.43242.2210.9351.57
Hex777691121302Bf2b34
Octal16716622122230533621364
Binary111011111101101001000110010100110101011111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777691; }

 p { color: rgb(119,118,145); }

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

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

 a { background-color: rgb(119,118,145); }

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

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

 span { border-color: rgb(119,118,145); }

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