#775699

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

Shades of Studio #775699

Tints of Studio #775699

Color information

#775699 (or 0x775699) is unknown color: approx Studio. HEX triplet: 77, 56 and 99. RGB value is (119,86,153). Sum of RGB (Red+Green+Blue) = 119+86+153=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #775699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775699 is #88A966. Grayscale: #676767. Windows color (decimal): -8956263 or 10049143. OLE color: 10049143.

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

Color convert

RGB11986153-
CMYK0.220.4400.4
HSL269.55º28.03%46.86%-
HSV(B)269.55º43.79%60%-
XYZ16.6912.8831.74-
YUV103.5155.93139.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=33.24%
G=24.02%
B=42.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal119861530.220.4400.4269.5528.0346.86
Hex775699162C02810e1c2f
Octal16712623126540504163457
Binary111011110101101001100110110101100010100010000111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775699; }

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

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

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

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

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

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

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

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