#774e9d

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

Shades of Studio #774E9D

Tints of Studio #774E9D

Color information

#774E9D (or 0x774E9D) is unknown color: approx Studio. HEX triplet: 77, 4E and 9D. RGB value is (119,78,157). Sum of RGB (Red+Green+Blue) = 119+78+157=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #774E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E9D is #88B162. Grayscale: #626262. Windows color (decimal): -8958307 or 10309239. OLE color: 10309239.

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

Color convert

RGB11978157-
CMYK0.240.5000.38
HSL271.14º33.62%46.08%-
HSV(B)271.14º50.32%61.57%-
XYZ16.4211.8133.31-
YUV99.26160.58142.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 157 (61.72% from 255) = 44.35%
R=33.62%
G=22.03%
B=44.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119781570.240.5000.38271.1433.6246.08
Hex774E9D183202610f222e
Octal16711623530620464174256
Binary1110111100111010011101110001100100100110100001111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774e9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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