Html Css Color HEX #773670 Eminence

📋 copy color: '#773670'

red 119 ◦ green 54 ◦ blue 112

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

Shades of Eminence #773670

Tints of Eminence #773670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.95%

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

R = 41.75%
G = 18.95%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#773670 (or 0x773670) is known color: Eminence. HEX triplet: 77, 36 and 70. RGB value is (119,54,112). Sum of RGB (Red+Green+Blue) = 119+54+112=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #773670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773670 is #88C98F. Grayscale: #4F4F4F. Windows color (decimal): -8964496 or 7353975. OLE color: 7353975.

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

Color convert

RGB 119 54 112 -
CMYK 0 0.55 0.06 0.53
HSL 306.46º 0.38% 0.34% -
HSV(B) 306.46º 0.55% 0.47% -
XYZ 11.85 7.73 16.2 -
YUV 80.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 119 54 112 0 0.55 0.06 0.53 306.46 0.38 0.34
Hex 77 36 70 0 37 6 35 132 26 22
Octal 167 66 160 0 67 6 65 462 46 42
Binary 1110111 110110 1110000 0 110111 110 110101 100110010 100110 100010

Color Harmonies of #773670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773670

Black with #773670

Text Example


Text Example

White with #773670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773670; }

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

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

background-color css

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

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

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

border-color css

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

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

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