Html Css Color HEX #774873 Eminence

📋 copy color: '#774873'

red 119 ◦ green 72 ◦ blue 115

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

Shades of Eminence #774873

Tints of Eminence #774873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 38.89%
G = 23.53%
B = 37.58%

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

#774873 (or 0x774873) is known color: Eminence. HEX triplet: 77, 48 and 73. RGB value is (119,72,115). Sum of RGB (Red+Green+Blue) = 119+72+115=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #774873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774873 is #88B78C. Grayscale: #5A5A5A. Windows color (decimal): -8959885 or 7555191. OLE color: 7555191.

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

Color convert

RGB 119 72 115 -
CMYK 0 0.39 0.03 0.53
HSL 305.11º 0.25% 0.37% -
HSV(B) 305.11º 0.39% 0.47% -
XYZ 13.02 9.79 17.42 -
YUV 90.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 119 72 115 0 0.39 0.03 0.53 305.11 0.25 0.37
Hex 77 48 73 0 27 3 35 131 19 25
Octal 167 110 163 0 47 3 65 461 31 45
Binary 1110111 1001000 1110011 0 100111 11 110101 100110001 11001 100101

Color Harmonies of #774873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774873

Black with #774873

Text Example


Text Example

White with #774873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774873; }

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

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

background-color css

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

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

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

border-color css

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

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

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