#774E9B

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

Shades of Studio #774E9B

Tints of Studio #774E9B

Color information

#774E9B (or 0x774E9B) is unknown color: approx Studio. HEX triplet: 77, 4E and 9B. RGB value is (119,78,155). Sum of RGB (Red+Green+Blue) = 119+78+155=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #774E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E9B is #88B164. Grayscale: #626262. Windows color (decimal): -8958309 or 10178167. OLE color: 10178167.

HSL color Cylindrical-coordinate representation of color #774E9B: hue angle of 271.95º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774E9B is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11978155-
CMYK0.230.5000.39
HSL271.95º33.05%45.69%-
HSV(B)271.95º49.68%60.78%-
XYZ16.2511.7432.42-
YUV99.04159.58142.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=33.81%
G=22.16%
B=44.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119781550.230.5000.39271.9533.0545.69
Hex774E9B1732027110212e
Octal16711623327620474204156
Binary1110111100111010011011101111100100100111100010000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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