#774295

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

Shades of Studio #774295

Tints of Studio #774295

Color information

#774295 (or 0x774295) is unknown color: approx Studio. HEX triplet: 77, 42 and 95. RGB value is (119,66,149). Sum of RGB (Red+Green+Blue) = 119+66+149=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #774295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774295 is #88BD6A. Grayscale: #5B5B5B. Windows color (decimal): -8961387 or 9781879. OLE color: 9781879.

HSL color Cylindrical-coordinate representation of color #774295: hue angle of 278.31º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774295 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11966149-
CMYK0.200.5600.42
HSL278.31º38.6%42.16%-
HSV(B)278.31º55.7%58.43%-
XYZ14.989.9929.57-
YUV91.31160.56147.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=35.63%
G=19.76%
B=44.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119661490.200.5600.42278.3138.642.16
Hex774295143802A116272a
Octal16710222524700524264752
Binary1110111100001010010101101001110000101010100010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774295; }

 p { color: rgb(119,66,149); }

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

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

 a { background-color: rgb(119,66,149); }

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

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

 span { border-color: rgb(119,66,149); }

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