#774EA0

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

Shades of Studio #774EA0

Tints of Studio #774EA0

Color information

#774EA0 (or 0x774EA0) is unknown color: approx Studio. HEX triplet: 77, 4E and A0. RGB value is (119,78,160). Sum of RGB (Red+Green+Blue) = 119+78+160=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #774EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774EA0 is #88B15F. Grayscale: #636363. Windows color (decimal): -8958304 or 10505847. OLE color: 10505847.

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

Color convert

RGB11978160-
CMYK0.260.5100.37
HSL270º34.45%46.67%-
HSV(B)270º51.25%62.75%-
XYZ16.6811.9134.68-
YUV99.61162.08141.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 160 (62.89% from 255) = 44.82%
R=33.33%
G=21.85%
B=44.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal119781600.260.5100.3727034.4546.67
Hex774EA01A3302510e222f
Octal16711624032630454164257
Binary1110111100111010100000110101100110100101100001110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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