Html Css Color HEX #774979 Eminence

📋 copy color: '#774979'

red 119 ◦ green 73 ◦ blue 121

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

Shades of Eminence #774979

Tints of Eminence #774979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.32%

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

R = 38.02%
G = 23.32%
B = 38.66%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#774979 (or 0x774979) is known color: Eminence. HEX triplet: 77, 49 and 79. RGB value is (119,73,121). Sum of RGB (Red+Green+Blue) = 119+73+121=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 121 - color contains mainly: blue. Hex color #774979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774979 is #88B686. Grayscale: #5C5C5C. Windows color (decimal): -8959623 or 7948663. OLE color: 7948663.

HSL color Cylindrical-coordinate representation of color #774979: hue angle of 297.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #774979 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 73 121 -
CMYK 0.02 0.40 0 0.53
HSL 297.5º 0.25% 0.38% -
HSV(B) 297.5º 0.4% 0.47% -
XYZ 13.44 10.07 19.32 -
YUV 92.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 119 73 121 0.02 0.40 0 0.53 297.5 0.25 0.38
Hex 77 49 79 2 28 0 35 12A 19 26
Octal 167 111 171 2 50 0 65 452 31 46
Binary 1110111 1001001 1111001 10 101000 0 110101 100101010 11001 100110

Color Harmonies of #774979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774979

Black with #774979

Text Example


Text Example

White with #774979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774979; }

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

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

background-color css

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

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

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

border-color css

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

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

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