#774EAC

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

Shades of Studio #774EAC

Tints of Studio #774EAC

Color information

#774EAC (or 0x774EAC) is unknown color: approx Studio. HEX triplet: 77, 4E and AC. RGB value is (119,78,172). Sum of RGB (Red+Green+Blue) = 119+78+172=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #774EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774EAC is #88B153. Grayscale: #646464. Windows color (decimal): -8958292 or 11292279. OLE color: 11292279.

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

Color convert

RGB11978172-
CMYK0.310.5500.33
HSL266.17º37.6%49.02%-
HSV(B)266.17º54.65%67.45%-
XYZ17.7812.3540.48-
YUV100.98168.08140.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=32.25%
G=21.14%
B=46.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119781720.310.5500.33266.1737.649.02
Hex774EAC1F3702110a2631
Octal16711625437670414124661
Binary1110111100111010101100111111101110100001100001010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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