#776894

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

Shades of Scampi #776894

Tints of Scampi #776894

Color information

#776894 (or 0x776894) is unknown color: approx Scampi. HEX triplet: 77, 68 and 94. RGB value is (119,104,148). Sum of RGB (Red+Green+Blue) = 119+104+148=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #776894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776894 is #88976B. Grayscale: #717171. Windows color (decimal): -8951660 or 9726071. OLE color: 9726071.

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

Color convert

RGB119104148-
CMYK0.200.3000.42
HSL260.45º17.46%49.41%-
HSV(B)260.45º29.73%58.04%-
XYZ17.915.9630.15-
YUV113.5147.47131.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=32.08%
G=28.03%
B=39.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191041480.200.3000.42260.4517.4649.41
Hex776894141E02A1041131
Octal16715022424360524042161
Binary11101111101000100101001010011110010101010000010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776894; }

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

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

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

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

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

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

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

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