Html Css Color HEX #77579B Studio

📋 copy color: '#77579B'

red 119 ◦ green 87 ◦ blue 155

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

Shades of Studio #77579B

Tints of Studio #77579B

RGB

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

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

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

R = 32.96%
G = 24.1%
B = 42.94%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77579B (or 0x77579B) is known color: Studio. HEX triplet: 77, 57 and 9B. RGB value is (119,87,155). Sum of RGB (Red+Green+Blue) = 119+87+155=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #77579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77579B is #88A864. Grayscale: #686868. Windows color (decimal): -8956005 or 10180471. OLE color: 10180471.

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

Color convert

RGB 119 87 155 -
CMYK 0.23 0.44 0 0.39
HSL 268.24º 0.28% 0.47% -
HSV(B) 268.24º 0.44% 0.61% -
XYZ 16.93 13.1 32.65 -
YUV 104.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 119 87 155 0.23 0.44 0 0.39 268.24 0.28 0.47
Hex 77 57 9B 17 2C 0 27 10C 1C 2F
Octal 167 127 233 27 54 0 47 414 34 57
Binary 1110111 1010111 10011011 10111 101100 0 100111 100001100 11100 101111

Color Harmonies of #77579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77579B

Black with #77579B

Text Example


Text Example

White with #77579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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