#77539C

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

Shades of Studio #77539C

Tints of Studio #77539C

Color information

#77539C (or 0x77539C) is unknown color: approx Studio. HEX triplet: 77, 53 and 9C. RGB value is (119,83,156). Sum of RGB (Red+Green+Blue) = 119+83+156=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #77539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77539C is #88AC63. Grayscale: #656565. Windows color (decimal): -8957028 or 10244983. OLE color: 10244983.

HSL color Cylindrical-coordinate representation of color #77539C: hue angle of 269.59º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77539C is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11983156-
CMYK0.240.4700.39
HSL269.59º30.54%46.86%-
HSV(B)269.59º46.79%61.18%-
XYZ16.712.5132.99-
YUV102.09158.43140.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=33.24%
G=23.18%
B=43.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119831560.240.4700.39269.5930.5446.86
Hex77539C182F02710e1f2f
Octal16712323430570474163757
Binary111011110100111001110011000101111010011110000111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77539C; }

 p { color: rgb(119,83,156); }

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

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

 a { background-color: rgb(119,83,156); }

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

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

 span { border-color: rgb(119,83,156); }

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