#77529B

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

Shades of Studio #77529B

Tints of Studio #77529B

Color information

#77529B (or 0x77529B) is unknown color: approx Studio. HEX triplet: 77, 52 and 9B. RGB value is (119,82,155). Sum of RGB (Red+Green+Blue) = 119+82+155=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #77529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77529B is #88AD64. Grayscale: #656565. Windows color (decimal): -8957285 or 10179191. OLE color: 10179191.

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

Color convert

RGB11982155-
CMYK0.230.4700.39
HSL270.41º30.8%46.47%-
HSV(B)270.41º47.1%60.78%-
XYZ16.5412.3232.52-
YUV101.38158.26140.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=33.43%
G=23.03%
B=43.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119821550.230.4700.39270.4130.846.47
Hex77529B172F02710e1f2e
Octal16712223327570474163756
Binary111011110100101001101110111101111010011110000111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77529B; }

 p { color: rgb(119,82,155); }

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

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

 a { background-color: rgb(119,82,155); }

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

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

 span { border-color: rgb(119,82,155); }

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