#775EA2

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

Shades of Scampi #775EA2

Tints of Scampi #775EA2

Color information

#775EA2 (or 0x775EA2) is unknown color: approx Scampi. HEX triplet: 77, 5E and A2. RGB value is (119,94,162). Sum of RGB (Red+Green+Blue) = 119+94+162=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 162 - color contains mainly: blue. Hex color #775EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775EA2 is #88A15D. Grayscale: #6C6C6C. Windows color (decimal): -8954206 or 10641015. OLE color: 10641015.

HSL color Cylindrical-coordinate representation of color #775EA2: hue angle of 262.06º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775EA2 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11994162-
CMYK0.270.4200.36
HSL262.06º26.77%50.2%-
HSV(B)262.06º41.98%63.53%-
XYZ18.1314.5436.03-
YUV109.23157.78134.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 162 (63.67% from 255) = 43.2%
R=31.73%
G=25.07%
B=43.2%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119941620.270.4200.36262.0626.7750.2
Hex775EA21B2A0241061b32
Octal16713624233520444063362
Binary111011110111101010001011011101010010010010000011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775EA2; }

 p { color: rgb(119,94,162); }

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

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

 a { background-color: rgb(119,94,162); }

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

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

 span { border-color: rgb(119,94,162); }

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