Html Css Color HEX #772978 Eminence

📋 copy color: '#772978'

red 119 ◦ green 41 ◦ blue 120

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

Shades of Eminence #772978

Tints of Eminence #772978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.64%

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 42.5%
G = 14.64%
B = 42.86%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#772978 (or 0x772978) is known color: Eminence. HEX triplet: 77, 29 and 78. RGB value is (119,41,120). Sum of RGB (Red+Green+Blue) = 119+41+120=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #772978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772978 is #88D687. Grayscale: #494949. Windows color (decimal): -8967816 or 7874935. OLE color: 7874935.

HSL color Cylindrical-coordinate representation of color #772978: hue angle of 299.24º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772978 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 41 120 -
CMYK 0.01 0.66 0 0.53
HSL 299.24º 0.49% 0.32% -
HSV(B) 299.24º 0.66% 0.47% -
XYZ 11.79 6.86 18.47 -
YUV 73.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 119 41 120 0.01 0.66 0 0.53 299.24 0.49 0.32
Hex 77 29 78 1 42 0 35 12B 31 20
Octal 167 51 170 1 102 0 65 453 61 40
Binary 1110111 101001 1111000 1 1000010 0 110101 100101011 110001 100000

Color Harmonies of #772978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772978

Black with #772978

Text Example


Text Example

White with #772978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772978; }

 p { color: rgb(119,41,120); }

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

background-color css

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

 a { background-color: rgb(119,41,120); }

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

border-color css

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

 span { border-color: rgb(119,41,120); }

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