#774895

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

Shades of Studio #774895

Tints of Studio #774895

Color information

#774895 (or 0x774895) is unknown color: approx Studio. HEX triplet: 77, 48 and 95. RGB value is (119,72,149). Sum of RGB (Red+Green+Blue) = 119+72+149=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #774895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774895 is #88B76A. Grayscale: #5E5E5E. Windows color (decimal): -8959851 or 9783415. OLE color: 9783415.

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

Color convert

RGB11972149-
CMYK0.200.5200.42
HSL276.62º34.84%43.33%-
HSV(B)276.62º51.68%58.43%-
XYZ15.3510.7329.7-
YUV94.83158.57145.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 149 (58.59% from 255) = 43.82%
R=35%
G=21.18%
B=43.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119721490.200.5200.42276.6234.8443.33
Hex774895143402A115232b
Octal16711022524640524254353
Binary1110111100100010010101101001101000101010100010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774895; }

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

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

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

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

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

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

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

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