Html Css Color HEX #774874 Eminence

📋 copy color: '#774874'

red 119 ◦ green 72 ◦ blue 116

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

Shades of Eminence #774874

Tints of Eminence #774874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.79%

R = 38.76%
G = 23.45%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#774874 (or 0x774874) is known color: Eminence. HEX triplet: 77, 48 and 74. RGB value is (119,72,116). Sum of RGB (Red+Green+Blue) = 119+72+116=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #774874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774874 is #88B78B. Grayscale: #5A5A5A. Windows color (decimal): -8959884 or 7620727. OLE color: 7620727.

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

Color convert

RGB 119 72 116 -
CMYK 0 0.39 0.03 0.53
HSL 303.83º 0.25% 0.37% -
HSV(B) 303.83º 0.39% 0.47% -
XYZ 13.08 9.82 17.73 -
YUV 91.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 119 72 116 0 0.39 0.03 0.53 303.83 0.25 0.37
Hex 77 48 74 0 27 3 35 130 19 25
Octal 167 110 164 0 47 3 65 460 31 45
Binary 1110111 1001000 1110100 0 100111 11 110101 100110000 11001 100101

Color Harmonies of #774874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774874

Black with #774874

Text Example


Text Example

White with #774874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774874; }

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

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

background-color css

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

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

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

border-color css

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

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

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