#77499E

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

Shades of Studio #77499E

Tints of Studio #77499E

Color information

#77499E (or 0x77499E) is unknown color: approx Studio. HEX triplet: 77, 49 and 9E. RGB value is (119,73,158). Sum of RGB (Red+Green+Blue) = 119+73+158=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #77499E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77499E is #88B661. Grayscale: #606060. Windows color (decimal): -8959586 or 10373495. OLE color: 10373495.

HSL color Cylindrical-coordinate representation of color #77499E: hue angle of 272.47º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77499E is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11973158-
CMYK0.250.5400.38
HSL272.47º36.8%45.29%-
HSV(B)272.47º53.8%61.96%-
XYZ16.1611.1633.65-
YUV96.44162.74144.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 158 (62.11% from 255) = 45.14%
R=34%
G=20.86%
B=45.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119731580.250.5400.38272.4736.845.29
Hex77499E1936026110252d
Octal16711123631660464204555
Binary1110111100100110011110110011101100100110100010000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77499E; }

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

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

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

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

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

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

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

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