#776893

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

Shades of Scampi #776893

Tints of Scampi #776893

Color information

#776893 (or 0x776893) is unknown color: approx Scampi. HEX triplet: 77, 68 and 93. RGB value is (119,104,147). Sum of RGB (Red+Green+Blue) = 119+104+147=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #776893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776893 is #88976C. Grayscale: #717171. Windows color (decimal): -8951661 or 9660535. OLE color: 9660535.

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

Color convert

RGB119104147-
CMYK0.190.2900.42
HSL260.93º17.13%49.22%-
HSV(B)260.93º29.25%57.65%-
XYZ17.8215.9329.74-
YUV113.39146.97132-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=32.16%
G=28.11%
B=39.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191041470.190.2900.42260.9317.1349.22
Hex776893131D02A1051131
Octal16715022323350524052161
Binary11101111101000100100111001111101010101010000010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776893; }

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

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

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

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

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

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

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

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