#776994

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

Shades of Scampi #776994

Tints of Scampi #776994

Color information

#776994 (or 0x776994) is unknown color: approx Scampi. HEX triplet: 77, 69 and 94. RGB value is (119,105,148). Sum of RGB (Red+Green+Blue) = 119+105+148=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #776994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776994 is #88966B. Grayscale: #717171. Windows color (decimal): -8951404 or 9726327. OLE color: 9726327.

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

Color convert

RGB119105148-
CMYK0.200.2900.42
HSL259.53º17%49.61%-
HSV(B)259.53º29.05%58.04%-
XYZ1816.1630.19-
YUV114.09147.14131.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=31.99%
G=28.23%
B=39.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191051480.200.2900.42259.531749.61
Hex776994141D02A1041132
Octal16715122424350524042162
Binary11101111101001100101001010011101010101010000010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776994; }

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

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

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

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

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

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

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

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