Html Css Color HEX #773373 Eminence

📋 copy color: '#773373'

red 119 ◦ green 51 ◦ blue 115

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

Shades of Eminence #773373

Tints of Eminence #773373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

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

R = 41.75%
G = 17.89%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#773373 (or 0x773373) is known color: Eminence. HEX triplet: 77, 33 and 73. RGB value is (119,51,115). Sum of RGB (Red+Green+Blue) = 119+51+115=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #773373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773373 is #88CC8C. Grayscale: #4E4E4E. Windows color (decimal): -8965261 or 7549815. OLE color: 7549815.

HSL color Cylindrical-coordinate representation of color #773373: hue angle of 303.53º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773373 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 115 -
CMYK 0 0.57 0.03 0.53
HSL 303.53º 0.4% 0.33% -
HSV(B) 303.53º 0.57% 0.47% -
XYZ 11.89 7.53 17.05 -
YUV 78.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 119 51 115 0 0.57 0.03 0.53 303.53 0.4 0.33
Hex 77 33 73 0 39 3 35 130 28 21
Octal 167 63 163 0 71 3 65 460 50 41
Binary 1110111 110011 1110011 0 111001 11 110101 100110000 101000 100001

Color Harmonies of #773373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773373

Black with #773373

Text Example


Text Example

White with #773373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773373; }

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

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

background-color css

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

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

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

border-color css

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

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

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