Html Css Color HEX #773979 Eminence

📋 copy color: '#773979'

red 119 ◦ green 57 ◦ blue 121

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

Shades of Eminence #773979

Tints of Eminence #773979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

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

R = 40.07%
G = 19.19%
B = 40.74%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#773979 (or 0x773979) is known color: Eminence. HEX triplet: 77, 39 and 79. RGB value is (119,57,121). Sum of RGB (Red+Green+Blue) = 119+57+121=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #773979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773979 is #88C686. Grayscale: #525252. Windows color (decimal): -8963719 or 7944567. OLE color: 7944567.

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

Color convert

RGB 119 57 121 -
CMYK 0.02 0.53 0 0.53
HSL 298.13º 0.36% 0.35% -
HSV(B) 298.13º 0.53% 0.47% -
XYZ 12.52 8.23 19.02 -
YUV 82.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 119 57 121 0.02 0.53 0 0.53 298.13 0.36 0.35
Hex 77 39 79 2 35 0 35 12A 24 23
Octal 167 71 171 2 65 0 65 452 44 43
Binary 1110111 111001 1111001 10 110101 0 110101 100101010 100100 100011

Color Harmonies of #773979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773979

Black with #773979

Text Example


Text Example

White with #773979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773979; }

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

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

background-color css

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

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

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

border-color css

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

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

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