Html Css Color HEX #77489B Studio

📋 copy color: '#77489B'

red 119 ◦ green 72 ◦ blue 155

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

Shades of Studio #77489B

Tints of Studio #77489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

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

R = 34.39%
G = 20.81%
B = 44.8%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77489B (or 0x77489B) is known color: Studio. HEX triplet: 77, 48 and 9B. RGB value is (119,72,155). Sum of RGB (Red+Green+Blue) = 119+72+155=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #77489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77489B is #88B764. Grayscale: #5F5F5F. Windows color (decimal): -8959845 or 10176631. OLE color: 10176631.

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

Color convert

RGB 119 72 155 -
CMYK 0.23 0.54 0 0.39
HSL 273.98º 0.37% 0.45% -
HSV(B) 273.98º 0.54% 0.61% -
XYZ 15.84 10.92 32.28 -
YUV 95.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 119 72 155 0.23 0.54 0 0.39 273.98 0.37 0.45
Hex 77 48 9B 17 36 0 27 112 25 2D
Octal 167 110 233 27 66 0 47 422 45 55
Binary 1110111 1001000 10011011 10111 110110 0 100111 100010010 100101 101101

Color Harmonies of #77489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77489B

Black with #77489B

Text Example


Text Example

White with #77489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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