Html Css Color HEX #774A74 Eminence

📋 copy color: '#774A74'

red 119 ◦ green 74 ◦ blue 116

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

Shades of Eminence #774A74

Tints of Eminence #774A74

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.95%

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 38.51%
G = 23.95%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#774A74 (or 0x774A74) is known color: Eminence. HEX triplet: 77, 4A and 74. RGB value is (119,74,116). Sum of RGB (Red+Green+Blue) = 119+74+116=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #774A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A74 is #88B58B. Grayscale: #5C5C5C. Windows color (decimal): -8959372 or 7621239. OLE color: 7621239.

HSL color Cylindrical-coordinate representation of color #774A74: hue angle of 304º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774A74 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 74 116 -
CMYK 0 0.38 0.03 0.53
HSL 304º 0.23% 0.38% -
HSV(B) 304º 0.38% 0.47% -
XYZ 13.21 10.08 17.77 -
YUV 92.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 119 74 116 0 0.38 0.03 0.53 304 0.23 0.38
Hex 77 4A 74 0 26 3 35 130 17 26
Octal 167 112 164 0 46 3 65 460 27 46
Binary 1110111 1001010 1110100 0 100110 11 110101 100110000 10111 100110

Color Harmonies of #774A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A74

Black with #774A74

Text Example


Text Example

White with #774A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774A74; }

 p { color: rgb(119,74,116); }

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

background-color css

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

 a { background-color: rgb(119,74,116); }

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

border-color css

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

 span { border-color: rgb(119,74,116); }

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