#776793

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

Shades of Scampi #776793

Tints of Scampi #776793

Color information

#776793 (or 0x776793) is unknown color: approx Scampi. HEX triplet: 77, 67 and 93. RGB value is (119,103,147). Sum of RGB (Red+Green+Blue) = 119+103+147=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #776793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776793 is #88986C. Grayscale: #707070. Windows color (decimal): -8951917 or 9660279. OLE color: 9660279.

HSL color Cylindrical-coordinate representation of color #776793: hue angle of 261.82º degrees, saturation: 0.18, 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 #776793 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119103147-
CMYK0.190.3000.42
HSL261.82º17.6%49.02%-
HSV(B)261.82º29.93%57.65%-
XYZ17.7215.7329.71-
YUV112.8147.3132.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=32.25%
G=27.91%
B=39.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191031470.190.3000.42261.8217.649.02
Hex776793131E02A1061231
Octal16714722323360524062261
Binary11101111100111100100111001111110010101010000011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776793; }

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

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

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

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

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

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

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

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