Html Css Color HEX #773879 Eminence

📋 copy color: '#773879'

red 119 ◦ green 56 ◦ blue 121

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

Shades of Eminence #773879

Tints of Eminence #773879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

 BLUE value IS 121 (47.66% from 255) = 40.88%

R = 40.2%
G = 18.92%
B = 40.88%

CMYK

 C value IS 0.02

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#773879 (or 0x773879) is known color: Eminence. HEX triplet: 77, 38 and 79. RGB value is (119,56,121). Sum of RGB (Red+Green+Blue) = 119+56+121=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 121 - color contains mainly: blue. Hex color #773879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773879 is #88C786. Grayscale: #525252. Windows color (decimal): -8963975 or 7944311. OLE color: 7944311.

HSL color Cylindrical-coordinate representation of color #773879: hue angle of 298.15º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #773879 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 56 121 -
CMYK 0.02 0.54 0 0.53
HSL 298.15º 0.37% 0.35% -
HSV(B) 298.15º 0.54% 0.47% -
XYZ 12.47 8.13 19 -
YUV 82.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 119 56 121 0.02 0.54 0 0.53 298.15 0.37 0.35
Hex 77 38 79 2 36 0 35 12A 25 23
Octal 167 70 171 2 66 0 65 452 45 43
Binary 1110111 111000 1111001 10 110110 0 110101 100101010 100101 100011

Color Harmonies of #773879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773879

Black with #773879

Text Example


Text Example

White with #773879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773879; }

 p { color: rgb(119,56,121); }

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

background-color css

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

 a { background-color: rgb(119,56,121); }

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

border-color css

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

 span { border-color: rgb(119,56,121); }

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