Html Css Color HEX #78477C Eminence

📋 copy color: '#78477C'

red 120 ◦ green 71 ◦ blue 124

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

Shades of Eminence #78477C

Tints of Eminence #78477C

RGB

 RED value IS 120 (47.27% from 255) = 38.1%

 GREEN value IS 71 (28.13% from 255) = 22.54%

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 38.1%
G = 22.54%
B = 39.37%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78477C (or 0x78477C) is known color: Eminence. HEX triplet: 78, 47 and 7C. RGB value is (120,71,124). Sum of RGB (Red+Green+Blue) = 120+71+124=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #78477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78477C is #87B883. Grayscale: #5B5B5B. Windows color (decimal): -8894596 or 8144760. OLE color: 8144760.

HSL color Cylindrical-coordinate representation of color #78477C: hue angle of 295.47º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78477C is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 71 124 -
CMYK 0.03 0.43 0 0.51
HSL 295.47º 0.27% 0.38% -
HSV(B) 295.47º 0.43% 0.49% -
XYZ 13.64 9.95 20.27 -
YUV 91.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 120 71 124 0.03 0.43 0 0.51 295.47 0.27 0.38
Hex 78 47 7C 3 2B 0 33 127 1B 26
Octal 170 107 174 3 53 0 63 447 33 46
Binary 1111000 1000111 1111100 11 101011 0 110011 100100111 11011 100110

Color Harmonies of #78477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78477C

Black with #78477C

Text Example


Text Example

White with #78477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78477C; }

 p { color: rgb(120,71,124); }

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

background-color css

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

 a { background-color: rgb(120,71,124); }

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

border-color css

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

 span { border-color: rgb(120,71,124); }

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