#774E9E

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

Shades of Studio #774E9E

Tints of Studio #774E9E

Color information

#774E9E (or 0x774E9E) is unknown color: approx Studio. HEX triplet: 77, 4E and 9E. RGB value is (119,78,158). Sum of RGB (Red+Green+Blue) = 119+78+158=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #774E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E9E is #88B161. Grayscale: #636363. Windows color (decimal): -8958306 or 10374775. OLE color: 10374775.

HSL color Cylindrical-coordinate representation of color #774E9E: hue angle of 270.75º 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 #774E9E is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11978158-
CMYK0.250.5100.38
HSL270.75º33.9%46.27%-
HSV(B)270.75º50.63%61.96%-
XYZ16.511.8433.76-
YUV99.38161.08142-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.52%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=33.52%
G=21.97%
B=44.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119781580.250.5100.38270.7533.946.27
Hex774E9E193302610f222e
Octal16711623631630464174256
Binary1110111100111010011110110011100110100110100001111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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