#774196

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

Shades of Studio #774196

Tints of Studio #774196

Color information

#774196 (or 0x774196) is unknown color: approx Studio. HEX triplet: 77, 41 and 96. RGB value is (119,65,150). Sum of RGB (Red+Green+Blue) = 119+65+150=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #774196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774196 is #88BE69. Grayscale: #5A5A5A. Windows color (decimal): -8961642 or 9847159. OLE color: 9847159.

HSL color Cylindrical-coordinate representation of color #774196: hue angle of 278.12º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #774196 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11965150-
CMYK0.210.5700.41
HSL278.12º39.53%42.16%-
HSV(B)278.12º56.67%58.82%-
XYZ159.929.98-
YUV90.84161.39148.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=35.63%
G=19.46%
B=44.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119651500.210.5700.41278.1239.5342.16
Hex7741961539029116282a
Octal16710122625710514265052
Binary1110111100000110010110101011110010101001100010110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774196; }

 p { color: rgb(119,65,150); }

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

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

 a { background-color: rgb(119,65,150); }

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

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

 span { border-color: rgb(119,65,150); }

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