#775494

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

Shades of Studio #775494

Tints of Studio #775494

Color information

#775494 (or 0x775494) is unknown color: approx Studio. HEX triplet: 77, 54 and 94. RGB value is (119,84,148). Sum of RGB (Red+Green+Blue) = 119+84+148=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 148 - color contains mainly: blue. Hex color #775494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775494 is #88AB6B. Grayscale: #656565. Windows color (decimal): -8956780 or 9720951. OLE color: 9720951.

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

Color convert

RGB11984148-
CMYK0.200.4300.42
HSL272.81º27.59%45.49%-
HSV(B)272.81º43.24%58.04%-
XYZ16.1212.429.56-
YUV101.76154.1140.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.90%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 148 (58.20% from 255) = 42.17%
R=33.90%
G=23.93%
B=42.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119841480.200.4300.42272.8127.5945.49
Hex775494142B02A1111c2d
Octal16712422424530524213455
Binary111011110101001001010010100101011010101010001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775494; }

 p { color: rgb(119,84,148); }

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

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

 a { background-color: rgb(119,84,148); }

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

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

 span { border-color: rgb(119,84,148); }

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