#774CAE

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

Shades of Studio #774CAE

Tints of Studio #774CAE

Color information

#774CAE (or 0x774CAE) is unknown color: approx Studio. HEX triplet: 77, 4C and AE. RGB value is (119,76,174). Sum of RGB (Red+Green+Blue) = 119+76+174=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #774CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774CAE is #88B351. Grayscale: #636363. Windows color (decimal): -8958802 or 11422839. OLE color: 11422839.

HSL color Cylindrical-coordinate representation of color #774CAE: hue angle of 266.33º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774CAE is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11976174-
CMYK0.320.5600.32
HSL266.33º39.2%49.02%-
HSV(B)266.33º56.32%68.24%-
XYZ17.8312.1541.45-
YUV100.03169.75141.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=32.25%
G=20.60%
B=47.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119761740.320.5600.32266.3339.249.02
Hex774CAE203802010a2731
Octal16711425640700404124761
Binary11101111001100101011101000001110000100000100001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,76,174); }

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

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

 a { background-color: rgb(119,76,174); }

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

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

 span { border-color: rgb(119,76,174); }

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