Html Css Color HEX #77337C Eminence

📋 copy color: '#77337C'

red 119 ◦ green 51 ◦ blue 124

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

Shades of Eminence #77337C

Tints of Eminence #77337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.35%

 BLUE value IS 124 (48.83% from 255) = 42.18%

R = 40.48%
G = 17.35%
B = 42.18%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77337C (or 0x77337C) is known color: Eminence. HEX triplet: 77, 33 and 7C. RGB value is (119,51,124). Sum of RGB (Red+Green+Blue) = 119+51+124=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #77337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77337C is #88CC83. Grayscale: #4F4F4F. Windows color (decimal): -8965252 or 8139639. OLE color: 8139639.

HSL color Cylindrical-coordinate representation of color #77337C: hue angle of 295.89º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77337C is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 51 124 -
CMYK 0.04 0.59 0 0.51
HSL 295.89º 0.42% 0.34% -
HSV(B) 295.89º 0.59% 0.49% -
XYZ 12.43 7.74 19.91 -
YUV 79.65 153.03 156.06 -
System Red Green Blue C M Y K H S L
Decimal 119 51 124 0.04 0.59 0 0.51 295.89 0.42 0.34
Hex 77 33 7C 4 3B 0 33 128 2A 22
Octal 167 63 174 4 73 0 63 450 52 42
Binary 1110111 110011 1111100 100 111011 0 110011 100101000 101010 100010

Color Harmonies of #77337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77337C

Black with #77337C

Text Example


Text Example

White with #77337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,51,124); }

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

background-color css

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

 a { background-color: rgb(119,51,124); }

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

border-color css

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

 span { border-color: rgb(119,51,124); }

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