#774AA0

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

Shades of Studio #774AA0

Tints of Studio #774AA0

Color information

#774AA0 (or 0x774AA0) is unknown color: approx Studio. HEX triplet: 77, 4A and A0. RGB value is (119,74,160). Sum of RGB (Red+Green+Blue) = 119+74+160=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #774AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774AA0 is #88B55F. Grayscale: #606060. Windows color (decimal): -8959328 or 10504823. OLE color: 10504823.

HSL color Cylindrical-coordinate representation of color #774AA0: hue angle of 271.4º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #774AA0 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11974160-
CMYK0.260.5400.37
HSL271.4º36.75%45.88%-
HSV(B)271.4º53.75%62.75%-
XYZ16.411.3634.59-
YUV97.26163.41143.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 160 (62.89% from 255) = 45.33%
R=33.71%
G=20.96%
B=45.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal119741600.260.5400.37271.436.7545.88
Hex774AA01A3602510f252e
Octal16711224032660454174556
Binary1110111100101010100000110101101100100101100001111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,74,160); }

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

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

 a { background-color: rgb(119,74,160); }

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

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

 span { border-color: rgb(119,74,160); }

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