Html Css Color HEX #77479E Studio

📋 copy color: '#77479E'

red 119 ◦ green 71 ◦ blue 158

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

Shades of Studio #77479E

Tints of Studio #77479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 34.2%
G = 20.4%
B = 45.4%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77479E (or 0x77479E) is known color: Studio. HEX triplet: 77, 47 and 9E. RGB value is (119,71,158). Sum of RGB (Red+Green+Blue) = 119+71+158=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #77479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77479E is #88B861. Grayscale: #5E5E5E. Windows color (decimal): -8960098 or 10372983. OLE color: 10372983.

HSL color Cylindrical-coordinate representation of color #77479E: hue angle of 273.1º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77479E is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 71 158 -
CMYK 0.25 0.55 0 0.38
HSL 273.1º 0.38% 0.45% -
HSV(B) 273.1º 0.55% 0.62% -
XYZ 16.03 10.9 33.61 -
YUV 95.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 119 71 158 0.25 0.55 0 0.38 273.1 0.38 0.45
Hex 77 47 9E 19 37 0 26 111 26 2D
Octal 167 107 236 31 67 0 46 421 46 55
Binary 1110111 1000111 10011110 11001 110111 0 100110 100010001 100110 101101

Color Harmonies of #77479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77479E

Black with #77479E

Text Example


Text Example

White with #77479E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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