Html Css Color HEX #78406B Eminence

📋 copy color: '#78406B'

red 120 ◦ green 64 ◦ blue 107

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

Shades of Eminence #78406B

Tints of Eminence #78406B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 41.24%
G = 21.99%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78406B (or 0x78406B) is known color: Eminence. HEX triplet: 78, 40 and 6B. RGB value is (120,64,107). Sum of RGB (Red+Green+Blue) = 120+64+107=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #78406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78406B is #87BF94. Grayscale: #555555. Windows color (decimal): -8896405 or 7028856. OLE color: 7028856.

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

Color convert

RGB 120 64 107 -
CMYK 0 0.47 0.11 0.53
HSL 313.93º 0.3% 0.36% -
HSV(B) 313.93º 0.47% 0.47% -
XYZ 12.23 8.72 14.95 -
YUV 85.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 120 64 107 0 0.47 0.11 0.53 313.93 0.3 0.36
Hex 78 40 6B 0 2F B 35 13A 1E 24
Octal 170 100 153 0 57 13 65 472 36 44
Binary 1111000 1000000 1101011 0 101111 1011 110101 100111010 11110 100100

Color Harmonies of #78406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78406B

Black with #78406B

Text Example


Text Example

White with #78406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78406B; }

 p { color: rgb(120,64,107); }

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

background-color css

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

 a { background-color: rgb(120,64,107); }

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

border-color css

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

 span { border-color: rgb(120,64,107); }

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