Html Css Color HEX #77479C Studio

📋 copy color: '#77479C'

red 119 ◦ green 71 ◦ blue 156

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

Shades of Studio #77479C

Tints of Studio #77479C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

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

R = 34.39%
G = 20.52%
B = 45.09%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77479C (or 0x77479C) is known color: Studio. HEX triplet: 77, 47 and 9C. RGB value is (119,71,156). Sum of RGB (Red+Green+Blue) = 119+71+156=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #77479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77479C is #88B863. Grayscale: #5E5E5E. Windows color (decimal): -8960100 or 10241911. OLE color: 10241911.

HSL color Cylindrical-coordinate representation of color #77479C: hue angle of 273.88º 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 #77479C is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 71 156 -
CMYK 0.24 0.54 0 0.39
HSL 273.88º 0.37% 0.45% -
HSV(B) 273.88º 0.54% 0.61% -
XYZ 15.86 10.83 32.71 -
YUV 95.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 119 71 156 0.24 0.54 0 0.39 273.88 0.37 0.45
Hex 77 47 9C 18 36 0 27 112 25 2D
Octal 167 107 234 30 66 0 47 422 45 55
Binary 1110111 1000111 10011100 11000 110110 0 100111 100010010 100101 101101

Color Harmonies of #77479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77479C

Black with #77479C

Text Example


Text Example

White with #77479C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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