#776794

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

Shades of Scampi #776794

Tints of Scampi #776794

Color information

#776794 (or 0x776794) is unknown color: approx Scampi. HEX triplet: 77, 67 and 94. RGB value is (119,103,148). Sum of RGB (Red+Green+Blue) = 119+103+148=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #776794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776794 is #88986B. Grayscale: #707070. Windows color (decimal): -8951916 or 9725815. OLE color: 9725815.

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

Color convert

RGB119103148-
CMYK0.200.3000.42
HSL261.33º17.93%49.22%-
HSV(B)261.33º30.41%58.04%-
XYZ17.815.7630.12-
YUV112.91147.8132.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 148 (58.20% from 255) = 40%
R=32.16%
G=27.84%
B=40%

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
Decimal1191031480.200.3000.42261.3317.9349.22
Hex776794141E02A1051231
Octal16714722424360524052261
Binary11101111100111100101001010011110010101010000010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776794; }

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

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

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

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

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

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

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

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