Html Css Color HEX #774876 Eminence

📋 copy color: '#774876'

red 119 ◦ green 72 ◦ blue 118

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

Shades of Eminence #774876

Tints of Eminence #774876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 118 (46.48% from 255) = 38.19%

R = 38.51%
G = 23.3%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#774876 (or 0x774876) is known color: Eminence. HEX triplet: 77, 48 and 76. RGB value is (119,72,118). Sum of RGB (Red+Green+Blue) = 119+72+118=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #774876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774876 is #88B789. Grayscale: #5B5B5B. Windows color (decimal): -8959882 or 7751799. OLE color: 7751799.

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

Color convert

RGB 119 72 118 -
CMYK 0 0.39 0.01 0.53
HSL 301.28º 0.25% 0.37% -
HSV(B) 301.28º 0.39% 0.47% -
XYZ 13.2 9.86 18.35 -
YUV 91.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 119 72 118 0 0.39 0.01 0.53 301.28 0.25 0.37
Hex 77 48 76 0 27 1 35 12D 19 25
Octal 167 110 166 0 47 1 65 455 31 45
Binary 1110111 1001000 1110110 0 100111 1 110101 100101101 11001 100101

Color Harmonies of #774876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774876

Black with #774876

Text Example


Text Example

White with #774876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774876; }

 p { color: rgb(119,72,118); }

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

background-color css

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

 a { background-color: rgb(119,72,118); }

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

border-color css

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

 span { border-color: rgb(119,72,118); }

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