Html Css Color HEX #774871 Eminence

📋 copy color: '#774871'

red 119 ◦ green 72 ◦ blue 113

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

Shades of Eminence #774871

Tints of Eminence #774871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.68%

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

R = 39.14%
G = 23.68%
B = 37.17%

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

#774871 (or 0x774871) is known color: Eminence. HEX triplet: 77, 48 and 71. RGB value is (119,72,113). Sum of RGB (Red+Green+Blue) = 119+72+113=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #774871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774871 is #88B78E. Grayscale: #5A5A5A. Windows color (decimal): -8959887 or 7424119. OLE color: 7424119.

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

Color convert

RGB 119 72 113 -
CMYK 0 0.39 0.05 0.53
HSL 307.66º 0.25% 0.37% -
HSV(B) 307.66º 0.39% 0.47% -
XYZ 12.91 9.75 16.82 -
YUV 90.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 119 72 113 0 0.39 0.05 0.53 307.66 0.25 0.37
Hex 77 48 71 0 27 5 35 134 19 25
Octal 167 110 161 0 47 5 65 464 31 45
Binary 1110111 1001000 1110001 0 100111 101 110101 100110100 11001 100101

Color Harmonies of #774871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774871

Black with #774871

Text Example


Text Example

White with #774871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774871; }

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

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

background-color css

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

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

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

border-color css

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

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

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