Html Css Color HEX #77589E Studio

📋 copy color: '#77589E'

red 119 ◦ green 88 ◦ blue 158

#77589E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #77589E

Tints of Studio #77589E

RGB

 RED value IS 119 (46.88% from 255) = 32.6%

 GREEN value IS 88 (34.77% from 255) = 24.11%

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 32.6%
G = 24.11%
B = 43.29%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77589E (or 0x77589E) is known color: Studio. HEX triplet: 77, 58 and 9E. RGB value is (119,88,158). Sum of RGB (Red+Green+Blue) = 119+88+158=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #77589E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77589E is #88A761. Grayscale: #686868. Windows color (decimal): -8955746 or 10377335. OLE color: 10377335.

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

Color convert

RGB 119 88 158 -
CMYK 0.25 0.44 0 0.38
HSL 266.57º 0.28% 0.48% -
HSV(B) 266.57º 0.44% 0.62% -
XYZ 17.27 13.37 34.02 -
YUV 105.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 119 88 158 0.25 0.44 0 0.38 266.57 0.28 0.48
Hex 77 58 9E 19 2C 0 26 10B 1C 30
Octal 167 130 236 31 54 0 46 413 34 60
Binary 1110111 1011000 10011110 11001 101100 0 100110 100001011 11100 110000

Color Harmonies of #77589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77589E

Black with #77589E

Text Example


Text Example

White with #77589E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77589E;
 }
 .AnyTagClassName
 {
   color: #77589E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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