Html Css Color HEX #77479D Studio

📋 copy color: '#77479D'

red 119 ◦ green 71 ◦ blue 157

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

Shades of Studio #77479D

Tints of Studio #77479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.24%

R = 34.29%
G = 20.46%
B = 45.24%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77479D (or 0x77479D) is known color: Studio. HEX triplet: 77, 47 and 9D. RGB value is (119,71,157). Sum of RGB (Red+Green+Blue) = 119+71+157=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #77479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77479D is #88B862. Grayscale: #5E5E5E. Windows color (decimal): -8960099 or 10307447. OLE color: 10307447.

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

Color convert

RGB 119 71 157 -
CMYK 0.24 0.55 0 0.38
HSL 273.49º 0.38% 0.45% -
HSV(B) 273.49º 0.55% 0.62% -
XYZ 15.95 10.86 33.15 -
YUV 95.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 119 71 157 0.24 0.55 0 0.38 273.49 0.38 0.45
Hex 77 47 9D 18 37 0 26 111 26 2D
Octal 167 107 235 30 67 0 46 421 46 55
Binary 1110111 1000111 10011101 11000 110111 0 100110 100010001 100110 101101

Color Harmonies of #77479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77479D

Black with #77479D

Text Example


Text Example

White with #77479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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