Html Css Color HEX #774771 Eminence

📋 copy color: '#774771'

red 119 ◦ green 71 ◦ blue 113

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

Shades of Eminence #774771

Tints of Eminence #774771

RGB

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

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

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

R = 39.27%
G = 23.43%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#774771 (or 0x774771) is known color: Eminence. HEX triplet: 77, 47 and 71. RGB value is (119,71,113). Sum of RGB (Red+Green+Blue) = 119+71+113=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #774771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774771 is #88B88E. Grayscale: #5A5A5A. Windows color (decimal): -8960143 or 7423863. OLE color: 7423863.

HSL color Cylindrical-coordinate representation of color #774771: hue angle of 307.5º 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 #774771 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 113 -
CMYK 0 0.40 0.05 0.53
HSL 307.5º 0.25% 0.37% -
HSV(B) 307.5º 0.4% 0.47% -
XYZ 12.84 9.62 16.8 -
YUV 90.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 119 71 113 0 0.40 0.05 0.53 307.5 0.25 0.37
Hex 77 47 71 0 28 5 35 134 19 25
Octal 167 107 161 0 50 5 65 464 31 45
Binary 1110111 1000111 1110001 0 101000 101 110101 100110100 11001 100101

Color Harmonies of #774771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774771

Black with #774771

Text Example


Text Example

White with #774771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774771; }

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

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

background-color css

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

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

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

border-color css

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

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

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