Html Css Color HEX #773770 Eminence

📋 copy color: '#773770'

red 119 ◦ green 55 ◦ blue 112

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

Shades of Eminence #773770

Tints of Eminence #773770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.23%

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

R = 41.61%
G = 19.23%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#773770 (or 0x773770) is known color: Eminence. HEX triplet: 77, 37 and 70. RGB value is (119,55,112). Sum of RGB (Red+Green+Blue) = 119+55+112=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #773770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773770 is #88C88F. Grayscale: #505050. Windows color (decimal): -8964240 or 7354231. OLE color: 7354231.

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

Color convert

RGB 119 55 112 -
CMYK 0 0.54 0.06 0.53
HSL 306.56º 0.37% 0.34% -
HSV(B) 306.56º 0.54% 0.47% -
XYZ 11.9 7.82 16.21 -
YUV 80.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 119 55 112 0 0.54 0.06 0.53 306.56 0.37 0.34
Hex 77 37 70 0 36 6 35 133 25 22
Octal 167 67 160 0 66 6 65 463 45 42
Binary 1110111 110111 1110000 0 110110 110 110101 100110011 100101 100010

Color Harmonies of #773770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773770

Black with #773770

Text Example


Text Example

White with #773770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773770; }

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

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

background-color css

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

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

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

border-color css

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

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

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