#774596

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

Shades of Studio #774596

Tints of Studio #774596

Color information

#774596 (or 0x774596) is unknown color: approx Studio. HEX triplet: 77, 45 and 96. RGB value is (119,69,150). Sum of RGB (Red+Green+Blue) = 119+69+150=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #774596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774596 is #88BA69. Grayscale: #5C5C5C. Windows color (decimal): -8960618 or 9848183. OLE color: 9848183.

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

Color convert

RGB11969150-
CMYK0.210.5400.41
HSL277.04º36.99%42.94%-
HSV(B)277.04º54%58.82%-
XYZ15.2410.3830.05-
YUV93.18160.06146.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=35.21%
G=20.41%
B=44.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119691500.210.5400.41277.0436.9942.94
Hex7745961536029115252b
Octal16710522625660514254553
Binary1110111100010110010110101011101100101001100010101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774596; }

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

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

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

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

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

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

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

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