Html Css Color HEX #774177 Eminence

📋 copy color: '#774177'

red 119 ◦ green 65 ◦ blue 119

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

Shades of Eminence #774177

Tints of Eminence #774177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

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

R = 39.27%
G = 21.45%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#774177 (or 0x774177) is known color: Eminence. HEX triplet: 77, 41 and 77. RGB value is (119,65,119). Sum of RGB (Red+Green+Blue) = 119+65+119=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #774177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774177 is #88BE88. Grayscale: #575757. Windows color (decimal): -8961673 or 7815543. OLE color: 7815543.

HSL color Cylindrical-coordinate representation of color #774177: hue angle of 300º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774177 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 65 119 -
CMYK 0 0.45 0 0.53
HSL 300º 0.29% 0.36% -
HSV(B) 300º 0.45% 0.47% -
XYZ 12.83 9.03 18.52 -
YUV 87.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 119 65 119 0 0.45 0 0.53 300 0.29 0.36
Hex 77 41 77 0 2D 0 35 12C 1D 24
Octal 167 101 167 0 55 0 65 454 35 44
Binary 1110111 1000001 1110111 0 101101 0 110101 100101100 11101 100100

Color Harmonies of #774177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774177

Black with #774177

Text Example


Text Example

White with #774177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774177; }

 p { color: rgb(119,65,119); }

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

background-color css

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

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

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

border-color css

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

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

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