Html Css Color HEX #77579C Studio

📋 copy color: '#77579C'

red 119 ◦ green 87 ◦ blue 156

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

Shades of Studio #77579C

Tints of Studio #77579C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.03%

 BLUE value IS 156 (61.33% from 255) = 43.09%

R = 32.87%
G = 24.03%
B = 43.09%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77579C (or 0x77579C) is known color: Studio. HEX triplet: 77, 57 and 9C. RGB value is (119,87,156). Sum of RGB (Red+Green+Blue) = 119+87+156=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #77579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77579C is #88A863. Grayscale: #686868. Windows color (decimal): -8956004 or 10246007. OLE color: 10246007.

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

Color convert

RGB 119 87 156 -
CMYK 0.24 0.44 0 0.39
HSL 267.83º 0.28% 0.48% -
HSV(B) 267.83º 0.44% 0.61% -
XYZ 17.02 13.14 33.09 -
YUV 104.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 119 87 156 0.24 0.44 0 0.39 267.83 0.28 0.48
Hex 77 57 9C 18 2C 0 27 10C 1C 30
Octal 167 127 234 30 54 0 47 414 34 60
Binary 1110111 1010111 10011100 11000 101100 0 100111 100001100 11100 110000

Color Harmonies of #77579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77579C

Black with #77579C

Text Example


Text Example

White with #77579C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77579C; }

 p { color: rgb(119,87,156); }

 H1.HeaderClassName
 {
   color: #77579C;
 }
 .AnyTagClassName
 {
   color: #77579C;
 }
</style>

background-color css

<style>
 a { background-color: #77579C; }

 a { background-color: rgb(119,87,156); }

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

border-color css

<style>
 span { border-color: #77579C; }

 span { border-color: rgb(119,87,156); }

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