Html Css Color HEX #774271 Eminence

📋 copy color: '#774271'

red 119 ◦ green 66 ◦ blue 113

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

Shades of Eminence #774271

Tints of Eminence #774271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

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

R = 39.93%
G = 22.15%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#774271 (or 0x774271) is known color: Eminence. HEX triplet: 77, 42 and 71. RGB value is (119,66,113). Sum of RGB (Red+Green+Blue) = 119+66+113=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #774271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774271 is #88BD8E. Grayscale: #575757. Windows color (decimal): -8961423 or 7422583. OLE color: 7422583.

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

Color convert

RGB 119 66 113 -
CMYK 0 0.45 0.05 0.53
HSL 306.79º 0.29% 0.36% -
HSV(B) 306.79º 0.45% 0.47% -
XYZ 12.54 9.01 16.7 -
YUV 87.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 119 66 113 0 0.45 0.05 0.53 306.79 0.29 0.36
Hex 77 42 71 0 2D 5 35 133 1D 24
Octal 167 102 161 0 55 5 65 463 35 44
Binary 1110111 1000010 1110001 0 101101 101 110101 100110011 11101 100100

Color Harmonies of #774271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774271

Black with #774271

Text Example


Text Example

White with #774271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774271; }

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

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

background-color css

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

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

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

border-color css

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

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

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