#773F9C

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

Shades of Studio #773F9C

Tints of Studio #773F9C

Color information

#773F9C (or 0x773F9C) is unknown color: approx Studio. HEX triplet: 77, 3F and 9C. RGB value is (119,63,156). Sum of RGB (Red+Green+Blue) = 119+63+156=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #773F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773F9C is #88C063. Grayscale: #5A5A5A. Windows color (decimal): -8962148 or 10239863. OLE color: 10239863.

HSL color Cylindrical-coordinate representation of color #773F9C: hue angle of 276.13º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773F9C is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11963156-
CMYK0.240.6000.39
HSL276.13º42.47%42.94%-
HSV(B)276.13º59.62%61.18%-
XYZ15.399.8832.55-
YUV90.35165.05148.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 63 (25% from 255) = 18.64%
BLUE value IS 156 (61.33% from 255) = 46.15%
R=35.21%
G=18.64%
B=46.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119631560.240.6000.39276.1342.4742.94
Hex773F9C183C0271142a2b
Octal1677723430740474245253
Binary111011111111110011100110001111000100111100010100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,63,156); }

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

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

 a { background-color: rgb(119,63,156); }

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

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

 span { border-color: rgb(119,63,156); }

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