Html Css Color HEX #774772 Eminence

📋 copy color: '#774772'

red 119 ◦ green 71 ◦ blue 114

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

Shades of Eminence #774772

Tints of Eminence #774772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.36%

 BLUE value IS 114 (44.92% from 255) = 37.5%

R = 39.14%
G = 23.36%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#774772 (or 0x774772) is known color: Eminence. HEX triplet: 77, 47 and 72. RGB value is (119,71,114). Sum of RGB (Red+Green+Blue) = 119+71+114=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #774772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774772 is #88B88D. Grayscale: #5A5A5A. Windows color (decimal): -8960142 or 7489399. OLE color: 7489399.

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

Color convert

RGB 119 71 114 -
CMYK 0 0.40 0.04 0.53
HSL 306.25º 0.25% 0.37% -
HSV(B) 306.25º 0.4% 0.47% -
XYZ 12.9 9.64 17.1 -
YUV 90.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 119 71 114 0 0.40 0.04 0.53 306.25 0.25 0.37
Hex 77 47 72 0 28 4 35 132 19 25
Octal 167 107 162 0 50 4 65 462 31 45
Binary 1110111 1000111 1110010 0 101000 100 110101 100110010 11001 100101

Color Harmonies of #774772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774772

Black with #774772

Text Example


Text Example

White with #774772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774772; }

 p { color: rgb(119,71,114); }

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

background-color css

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

 a { background-color: rgb(119,71,114); }

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

border-color css

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

 span { border-color: rgb(119,71,114); }

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