#773F9B

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

Shades of Studio #773F9B

Tints of Studio #773F9B

Color information

#773F9B (or 0x773F9B) is unknown color: approx Studio. HEX triplet: 77, 3F and 9B. RGB value is (119,63,155). Sum of RGB (Red+Green+Blue) = 119+63+155=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #773F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773F9B is #88C064. Grayscale: #595959. Windows color (decimal): -8962149 or 10174327. OLE color: 10174327.

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

Color convert

RGB11963155-
CMYK0.230.5900.39
HSL276.52º42.2%42.75%-
HSV(B)276.52º59.35%60.78%-
XYZ15.39.8432.1-
YUV90.23164.55148.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=35.31%
G=18.69%
B=45.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119631550.230.5900.39276.5242.242.75
Hex773F9B173B0271152a2b
Octal1677723327730474255253
Binary111011111111110011011101111110110100111100010101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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