Html Css Color HEX #773878 Eminence

📋 copy color: '#773878'

red 119 ◦ green 56 ◦ blue 120

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

Shades of Eminence #773878

Tints of Eminence #773878

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.98%

 BLUE value IS 120 (47.27% from 255) = 40.68%

R = 40.34%
G = 18.98%
B = 40.68%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#773878 (or 0x773878) is known color: Eminence. HEX triplet: 77, 38 and 78. RGB value is (119,56,120). Sum of RGB (Red+Green+Blue) = 119+56+120=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #773878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773878 is #88C787. Grayscale: #515151. Windows color (decimal): -8963976 or 7878775. OLE color: 7878775.

HSL color Cylindrical-coordinate representation of color #773878: hue angle of 299.06º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #773878 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 56 120 -
CMYK 0.01 0.53 0 0.53
HSL 299.06º 0.36% 0.35% -
HSV(B) 299.06º 0.53% 0.47% -
XYZ 12.41 8.11 18.68 -
YUV 82.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 119 56 120 0.01 0.53 0 0.53 299.06 0.36 0.35
Hex 77 38 78 1 35 0 35 12B 24 23
Octal 167 70 170 1 65 0 65 453 44 43
Binary 1110111 111000 1111000 1 110101 0 110101 100101011 100100 100011

Color Harmonies of #773878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773878

Black with #773878

Text Example


Text Example

White with #773878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773878; }

 p { color: rgb(119,56,120); }

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

background-color css

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

 a { background-color: rgb(119,56,120); }

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

border-color css

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

 span { border-color: rgb(119,56,120); }

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