#776494

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

Shades of Scampi #776494

Tints of Scampi #776494

Color information

#776494 (or 0x776494) is unknown color: approx Scampi. HEX triplet: 77, 64 and 94. RGB value is (119,100,148). Sum of RGB (Red+Green+Blue) = 119+100+148=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #776494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776494 is #889B6B. Grayscale: #6E6E6E. Windows color (decimal): -8952684 or 9725047. OLE color: 9725047.

HSL color Cylindrical-coordinate representation of color #776494: hue angle of 263.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776494 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119100148-
CMYK0.200.3200.42
HSL263.75º19.35%48.63%-
HSV(B)263.75º32.43%58.04%-
XYZ17.5115.1730.02-
YUV111.15148.79133.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=32.43%
G=27.25%
B=40.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191001480.200.3200.42263.7519.3548.63
Hex776494142002A1081331
Octal16714422424400524102361
Binary111011111001001001010010100100000010101010000100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776494; }

 p { color: rgb(119,100,148); }

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

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

 a { background-color: rgb(119,100,148); }

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

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

 span { border-color: rgb(119,100,148); }

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