Html Css Color HEX #773273 Eminence

📋 copy color: '#773273'

red 119 ◦ green 50 ◦ blue 115

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

Shades of Eminence #773273

Tints of Eminence #773273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

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

R = 41.9%
G = 17.61%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#773273 (or 0x773273) is known color: Eminence. HEX triplet: 77, 32 and 73. RGB value is (119,50,115). Sum of RGB (Red+Green+Blue) = 119+50+115=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #773273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773273 is #88CD8C. Grayscale: #4D4D4D. Windows color (decimal): -8965517 or 7549559. OLE color: 7549559.

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

Color convert

RGB 119 50 115 -
CMYK 0 0.58 0.03 0.53
HSL 303.48º 0.41% 0.33% -
HSV(B) 303.48º 0.58% 0.47% -
XYZ 11.84 7.44 17.03 -
YUV 78.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 119 50 115 0 0.58 0.03 0.53 303.48 0.41 0.33
Hex 77 32 73 0 3A 3 35 12F 29 21
Octal 167 62 163 0 72 3 65 457 51 41
Binary 1110111 110010 1110011 0 111010 11 110101 100101111 101001 100001

Color Harmonies of #773273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773273

Black with #773273

Text Example


Text Example

White with #773273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773273; }

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

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

background-color css

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

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

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

border-color css

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

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

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