#774A95

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

Shades of Studio #774A95

Tints of Studio #774A95

Color information

#774A95 (or 0x774A95) is unknown color: approx Studio. HEX triplet: 77, 4A and 95. RGB value is (119,74,149). Sum of RGB (Red+Green+Blue) = 119+74+149=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #774A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774A95 is #88B56A. Grayscale: #5F5F5F. Windows color (decimal): -8959339 or 9783927. OLE color: 9783927.

HSL color Cylindrical-coordinate representation of color #774A95: hue angle of 276º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774A95 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11974149-
CMYK0.200.5000.42
HSL276º33.63%43.73%-
HSV(B)276º50.34%58.43%-
XYZ15.4810.9929.74-
YUV96157.91144.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 74 (29.30% from 255) = 21.64%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=34.80%
G=21.64%
B=43.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119741490.200.5000.4227633.6343.73
Hex774A95143202A114222c
Octal16711222524620524244254
Binary1110111100101010010101101001100100101010100010100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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