#774099

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

Shades of Studio #774099

Tints of Studio #774099

Color information

#774099 (or 0x774099) is unknown color: approx Studio. HEX triplet: 77, 40 and 99. RGB value is (119,64,153). Sum of RGB (Red+Green+Blue) = 119+64+153=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #774099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774099 is #88BF66. Grayscale: #5A5A5A. Windows color (decimal): -8961895 or 10043511. OLE color: 10043511.

HSL color Cylindrical-coordinate representation of color #774099: hue angle of 277.08º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774099 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11964153-
CMYK0.220.5800.4
HSL277.08º41.01%42.55%-
HSV(B)277.08º58.17%60%-
XYZ15.199.8931.25-
YUV90.59163.22148.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=35.42%
G=19.05%
B=45.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119641530.220.5800.4277.0841.0142.55
Hex774099163A028115292b
Octal16710023126720504255153
Binary1110111100000010011001101101110100101000100010101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774099; }

 p { color: rgb(119,64,153); }

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

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

 a { background-color: rgb(119,64,153); }

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

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

 span { border-color: rgb(119,64,153); }

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