#775EAA

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

Shades of Scampi #775EAA

Tints of Scampi #775EAA

Color information

#775EAA (or 0x775EAA) is unknown color: approx Scampi. HEX triplet: 77, 5E and AA. RGB value is (119,94,170). Sum of RGB (Red+Green+Blue) = 119+94+170=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #775EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775EAA is #88A155. Grayscale: #6D6D6D. Windows color (decimal): -8954198 or 11165303. OLE color: 11165303.

HSL color Cylindrical-coordinate representation of color #775EAA: hue angle of 259.74º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #775EAA is Cyan = 0.3, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11994170-
CMYK0.30.4500.33
HSL259.74º30.89%51.76%-
HSV(B)259.74º44.71%66.67%-
XYZ18.8714.8339.9-
YUV110.14161.78134.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 94 (37.11% from 255) = 24.54%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=31.07%
G=24.54%
B=44.39%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119941700.30.4500.33259.7430.8951.76
Hex775EAA1E2D0211041f34
Octal16713625236550414043764
Binary111011110111101010101011110101101010000110000010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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