Html Css Color HEX #774971 Eminence

📋 copy color: '#774971'

red 119 ◦ green 73 ◦ blue 113

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

Shades of Eminence #774971

Tints of Eminence #774971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 39.02%
G = 23.93%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#774971 (or 0x774971) is known color: Eminence. HEX triplet: 77, 49 and 71. RGB value is (119,73,113). Sum of RGB (Red+Green+Blue) = 119+73+113=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #774971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774971 is #88B68E. Grayscale: #5B5B5B. Windows color (decimal): -8959631 or 7424375. OLE color: 7424375.

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

Color convert

RGB 119 73 113 -
CMYK 0 0.39 0.05 0.53
HSL 307.83º 0.24% 0.38% -
HSV(B) 307.83º 0.39% 0.47% -
XYZ 12.97 9.88 16.85 -
YUV 91.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 119 73 113 0 0.39 0.05 0.53 307.83 0.24 0.38
Hex 77 49 71 0 27 5 35 134 18 26
Octal 167 111 161 0 47 5 65 464 30 46
Binary 1110111 1001001 1110001 0 100111 101 110101 100110100 11000 100110

Color Harmonies of #774971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774971

Black with #774971

Text Example


Text Example

White with #774971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774971; }

 p { color: rgb(119,73,113); }

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

background-color css

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

 a { background-color: rgb(119,73,113); }

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

border-color css

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

 span { border-color: rgb(119,73,113); }

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