Html Css Color HEX #77589B Studio

📋 copy color: '#77589B'

red 119 ◦ green 88 ◦ blue 155

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

Shades of Studio #77589B

Tints of Studio #77589B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 32.87%
G = 24.31%
B = 42.82%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77589B (or 0x77589B) is known color: Studio. HEX triplet: 77, 58 and 9B. RGB value is (119,88,155). Sum of RGB (Red+Green+Blue) = 119+88+155=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #77589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77589B is #88A764. Grayscale: #686868. Windows color (decimal): -8955749 or 10180727. OLE color: 10180727.

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

Color convert

RGB 119 88 155 -
CMYK 0.23 0.43 0 0.39
HSL 267.76º 0.28% 0.48% -
HSV(B) 267.76º 0.43% 0.61% -
XYZ 17.01 13.27 32.67 -
YUV 104.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 119 88 155 0.23 0.43 0 0.39 267.76 0.28 0.48
Hex 77 58 9B 17 2B 0 27 10C 1C 30
Octal 167 130 233 27 53 0 47 414 34 60
Binary 1110111 1011000 10011011 10111 101011 0 100111 100001100 11100 110000

Color Harmonies of #77589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77589B

Black with #77589B

Text Example


Text Example

White with #77589B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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