Html Css Color HEX #78477A Eminence

📋 copy color: '#78477A'

red 120 ◦ green 71 ◦ blue 122

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

Shades of Eminence #78477A

Tints of Eminence #78477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.98%

R = 38.34%
G = 22.68%
B = 38.98%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78477A (or 0x78477A) is known color: Eminence. HEX triplet: 78, 47 and 7A. RGB value is (120,71,122). Sum of RGB (Red+Green+Blue) = 120+71+122=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #78477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78477A is #87B885. Grayscale: #5B5B5B. Windows color (decimal): -8894598 or 8013688. OLE color: 8013688.

HSL color Cylindrical-coordinate representation of color #78477A: hue angle of 297.65º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78477A is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 71 122 -
CMYK 0.02 0.42 0 0.52
HSL 297.65º 0.26% 0.38% -
HSV(B) 297.65º 0.42% 0.48% -
XYZ 13.51 9.9 19.61 -
YUV 91.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 120 71 122 0.02 0.42 0 0.52 297.65 0.26 0.38
Hex 78 47 7A 2 2A 0 34 12A 1A 26
Octal 170 107 172 2 52 0 64 452 32 46
Binary 1111000 1000111 1111010 10 101010 0 110100 100101010 11010 100110

Color Harmonies of #78477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78477A

Black with #78477A

Text Example


Text Example

White with #78477A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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