#773EAC

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

Shades of Studio #773EAC

Tints of Studio #773EAC

Color information

#773EAC (or 0x773EAC) is unknown color: approx Studio. HEX triplet: 77, 3E and AC. RGB value is (119,62,172). Sum of RGB (Red+Green+Blue) = 119+62+172=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #773EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773EAC is #88C153. Grayscale: #5B5B5B. Windows color (decimal): -8962388 or 11288183. OLE color: 11288183.

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

Color convert

RGB11962172-
CMYK0.310.6400.33
HSL271.09º47.01%45.88%-
HSV(B)271.09º63.95%67.45%-
XYZ16.7810.3540.14-
YUV91.58173.38147.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 62 (24.61% from 255) = 17.56%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=33.71%
G=17.56%
B=48.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119621720.310.6400.33271.0947.0145.88
Hex773EAC1F4002110f2f2e
Octal16776254371000414175756
Binary1110111111110101011001111110000000100001100001111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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