#774D9D

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

Shades of Studio #774D9D

Tints of Studio #774D9D

Color information

#774D9D (or 0x774D9D) is unknown color: approx Studio. HEX triplet: 77, 4D and 9D. RGB value is (119,77,157). Sum of RGB (Red+Green+Blue) = 119+77+157=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #774D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D9D is #88B262. Grayscale: #626262. Windows color (decimal): -8958563 or 10308983. OLE color: 10308983.

HSL color Cylindrical-coordinate representation of color #774D9D: hue angle of 271.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #774D9D is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11977157-
CMYK0.240.5100.38
HSL271.5º34.19%45.88%-
HSV(B)271.5º50.96%61.57%-
XYZ16.3511.6633.29-
YUV98.68160.91142.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 77 (30.47% from 255) = 21.81%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=33.71%
G=21.81%
B=44.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119771570.240.5100.38271.534.1945.88
Hex774D9D1833026110222e
Octal16711523530630464204256
Binary1110111100110110011101110001100110100110100010000100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,77,157); }

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

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

 a { background-color: rgb(119,77,157); }

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

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

 span { border-color: rgb(119,77,157); }

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