#774EAA

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

Shades of Studio #774EAA

Tints of Studio #774EAA

Color information

#774EAA (or 0x774EAA) is unknown color: approx Studio. HEX triplet: 77, 4E and AA. RGB value is (119,78,170). Sum of RGB (Red+Green+Blue) = 119+78+170=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #774EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774EAA is #88B155. Grayscale: #646464. Windows color (decimal): -8958294 or 11161207. OLE color: 11161207.

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

Color convert

RGB11978170-
CMYK0.30.5400.33
HSL266.74º37.1%48.63%-
HSV(B)266.74º54.12%66.67%-
XYZ17.5912.2739.47-
YUV100.75167.08141.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=32.43%
G=21.25%
B=46.32%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119781700.30.5400.33266.7437.148.63
Hex774EAA1E3602110b2531
Octal16711625236660414134561
Binary1110111100111010101010111101101100100001100001011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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