Html Css Color HEX #774A73 Eminence

📋 copy color: '#774A73'

red 119 ◦ green 74 ◦ blue 115

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

Shades of Eminence #774A73

Tints of Eminence #774A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 38.64%
G = 24.03%
B = 37.34%

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

#774A73 (or 0x774A73) is known color: Eminence. HEX triplet: 77, 4A and 73. RGB value is (119,74,115). Sum of RGB (Red+Green+Blue) = 119+74+115=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #774A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A73 is #88B58C. Grayscale: #5C5C5C. Windows color (decimal): -8959373 or 7555703. OLE color: 7555703.

HSL color Cylindrical-coordinate representation of color #774A73: hue angle of 305.33º 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 #774A73 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 74 115 -
CMYK 0 0.38 0.03 0.53
HSL 305.33º 0.23% 0.38% -
HSV(B) 305.33º 0.38% 0.47% -
XYZ 13.15 10.06 17.47 -
YUV 92.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 119 74 115 0 0.38 0.03 0.53 305.33 0.23 0.38
Hex 77 4A 73 0 26 3 35 131 17 26
Octal 167 112 163 0 46 3 65 461 27 46
Binary 1110111 1001010 1110011 0 100110 11 110101 100110001 10111 100110

Color Harmonies of #774A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A73

Black with #774A73

Text Example


Text Example

White with #774A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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