Html Css Color HEX #773576 Eminence

📋 copy color: '#773576'

red 119 ◦ green 53 ◦ blue 118

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

Shades of Eminence #773576

Tints of Eminence #773576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

 BLUE value IS 118 (46.48% from 255) = 40.69%

R = 41.03%
G = 18.28%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#773576 (or 0x773576) is known color: Eminence. HEX triplet: 77, 35 and 76. RGB value is (119,53,118). Sum of RGB (Red+Green+Blue) = 119+53+118=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #773576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773576 is #88CA89. Grayscale: #4F4F4F. Windows color (decimal): -8964746 or 7746935. OLE color: 7746935.

HSL color Cylindrical-coordinate representation of color #773576: hue angle of 300.91º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773576 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 118 -
CMYK 0 0.55 0.01 0.53
HSL 300.91º 0.38% 0.34% -
HSV(B) 300.91º 0.55% 0.47% -
XYZ 12.15 7.78 18 -
YUV 80.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 119 53 118 0 0.55 0.01 0.53 300.91 0.38 0.34
Hex 77 35 76 0 37 1 35 12D 26 22
Octal 167 65 166 0 67 1 65 455 46 42
Binary 1110111 110101 1110110 0 110111 1 110101 100101101 100110 100010

Color Harmonies of #773576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773576

Black with #773576

Text Example


Text Example

White with #773576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773576; }

 p { color: rgb(119,53,118); }

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

background-color css

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

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

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

border-color css

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

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

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