Html Css Color HEX #772E78 Eminence

📋 copy color: '#772E78'

red 119 ◦ green 46 ◦ blue 120

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

Shades of Eminence #772E78

Tints of Eminence #772E78

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.14%

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

R = 41.75%
G = 16.14%
B = 42.11%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#772E78 (or 0x772E78) is known color: Eminence. HEX triplet: 77, 2E and 78. RGB value is (119,46,120). Sum of RGB (Red+Green+Blue) = 119+46+120=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #772E78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772E78 is #88D187. Grayscale: #4C4C4C. Windows color (decimal): -8966536 or 7876215. OLE color: 7876215.

HSL color Cylindrical-coordinate representation of color #772E78: hue angle of 299.19º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772E78 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 46 120 -
CMYK 0.01 0.62 0 0.53
HSL 299.19º 0.45% 0.33% -
HSV(B) 299.19º 0.62% 0.47% -
XYZ 11.97 7.23 18.53 -
YUV 76.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 119 46 120 0.01 0.62 0 0.53 299.19 0.45 0.33
Hex 77 2E 78 1 3E 0 35 12B 2D 21
Octal 167 56 170 1 76 0 65 453 55 41
Binary 1110111 101110 1111000 1 111110 0 110101 100101011 101101 100001

Color Harmonies of #772E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E78

Black with #772E78

Text Example


Text Example

White with #772E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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