Html Css Color HEX #773370 Eminence

📋 copy color: '#773370'

red 119 ◦ green 51 ◦ blue 112

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

Shades of Eminence #773370

Tints of Eminence #773370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.72%

R = 42.2%
G = 18.09%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#773370 (or 0x773370) is known color: Eminence. HEX triplet: 77, 33 and 70. RGB value is (119,51,112). Sum of RGB (Red+Green+Blue) = 119+51+112=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #773370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773370 is #88CC8F. Grayscale: #4E4E4E. Windows color (decimal): -8965264 or 7353207. OLE color: 7353207.

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

Color convert

RGB 119 51 112 -
CMYK 0 0.57 0.06 0.53
HSL 306.18º 0.4% 0.33% -
HSV(B) 306.18º 0.57% 0.47% -
XYZ 11.72 7.46 16.15 -
YUV 78.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 119 51 112 0 0.57 0.06 0.53 306.18 0.4 0.33
Hex 77 33 70 0 39 6 35 132 28 21
Octal 167 63 160 0 71 6 65 462 50 41
Binary 1110111 110011 1110000 0 111001 110 110101 100110010 101000 100001

Color Harmonies of #773370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773370

Black with #773370

Text Example


Text Example

White with #773370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773370; }

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

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

background-color css

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

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

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

border-color css

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

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

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