#77589A

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

Shades of Studio #77589A

Tints of Studio #77589A

Color information

#77589A (or 0x77589A) is unknown color: approx Studio. HEX triplet: 77, 58 and 9A. RGB value is (119,88,154). Sum of RGB (Red+Green+Blue) = 119+88+154=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #77589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77589A is #88A765. Grayscale: #686868. Windows color (decimal): -8955750 or 10115191. OLE color: 10115191.

HSL color Cylindrical-coordinate representation of color #77589A: hue angle of 268.18º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77589A is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11988154-
CMYK0.230.4300.40
HSL268.18º27.27%47.45%-
HSV(B)268.18º42.86%60.39%-
XYZ16.9313.2332.23-
YUV104.79155.77138.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.96%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 154 (60.55% from 255) = 42.66%
R=32.96%
G=24.38%
B=42.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal119881540.230.4300.40268.1827.2747.45
Hex77589A172B02810c1b2f
Octal16713023227530504143357
Binary111011110110001001101010111101011010100010000110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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