#77589F

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

Shades of Studio #77589F

Tints of Studio #77589F

Color information

#77589F (or 0x77589F) is unknown color: approx Studio. HEX triplet: 77, 58 and 9F. RGB value is (119,88,159). Sum of RGB (Red+Green+Blue) = 119+88+159=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #77589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77589F is #88A760. Grayscale: #696969. Windows color (decimal): -8955745 or 10442871. OLE color: 10442871.

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

Color convert

RGB11988159-
CMYK0.250.4500.38
HSL266.2º28.74%48.43%-
HSV(B)266.2º44.65%62.35%-
XYZ17.3613.434.47-
YUV105.36158.27137.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.51%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=32.51%
G=24.04%
B=43.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119881590.250.4500.38266.228.7448.43
Hex77589F192D02610a1d30
Octal16713023731550464123560
Binary111011110110001001111111001101101010011010000101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77589F; }

 p { color: rgb(119,88,159); }

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

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

 a { background-color: rgb(119,88,159); }

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

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

 span { border-color: rgb(119,88,159); }

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