#774995

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

Shades of Studio #774995

Tints of Studio #774995

Color information

#774995 (or 0x774995) is unknown color: approx Studio. HEX triplet: 77, 49 and 95. RGB value is (119,73,149). Sum of RGB (Red+Green+Blue) = 119+73+149=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #774995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774995 is #88B66A. Grayscale: #5F5F5F. Windows color (decimal): -8959595 or 9783671. OLE color: 9783671.

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

Color convert

RGB11973149-
CMYK0.200.5100.42
HSL276.32º34.23%43.53%-
HSV(B)276.32º51.01%58.43%-
XYZ15.4210.8629.72-
YUV95.42158.24144.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=34.90%
G=21.41%
B=43.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119731490.200.5100.42276.3234.2343.53
Hex774995143302A114222c
Octal16711122524630524244254
Binary1110111100100110010101101001100110101010100010100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774995; }

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

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

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

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

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

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

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

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