#774EAB

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

Shades of Studio #774EAB

Tints of Studio #774EAB

Color information

#774EAB (or 0x774EAB) is unknown color: approx Studio. HEX triplet: 77, 4E and AB. RGB value is (119,78,171). Sum of RGB (Red+Green+Blue) = 119+78+171=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #774EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774EAB is #88B154. Grayscale: #646464. Windows color (decimal): -8958293 or 11226743. OLE color: 11226743.

HSL color Cylindrical-coordinate representation of color #774EAB: hue angle of 266.45º 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 #774EAB is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11978171-
CMYK0.300.5400.33
HSL266.45º37.35%48.82%-
HSV(B)266.45º54.39%67.06%-
XYZ17.6812.3139.97-
YUV100.86167.58140.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.34%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=32.34%
G=21.20%
B=46.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119781710.300.5400.33266.4537.3548.82
Hex774EAB1E3602110a2531
Octal16711625336660414124561
Binary1110111100111010101011111101101100100001100001010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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