Html Css Color HEX #78476E Eminence

📋 copy color: '#78476E'

red 120 ◦ green 71 ◦ blue 110

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

Shades of Eminence #78476E

Tints of Eminence #78476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.54%

R = 39.87%
G = 23.59%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78476E (or 0x78476E) is known color: Eminence. HEX triplet: 78, 47 and 6E. RGB value is (120,71,110). Sum of RGB (Red+Green+Blue) = 120+71+110=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 120 - color contains mainly: red. Hex color #78476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78476E is #87B891. Grayscale: #595959. Windows color (decimal): -8894610 or 7227256. OLE color: 7227256.

HSL color Cylindrical-coordinate representation of color #78476E: hue angle of 312.24º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78476E is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 71 110 -
CMYK 0 0.41 0.08 0.53
HSL 312.24º 0.26% 0.37% -
HSV(B) 312.24º 0.41% 0.47% -
XYZ 12.81 9.63 15.93 -
YUV 90.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 120 71 110 0 0.41 0.08 0.53 312.24 0.26 0.37
Hex 78 47 6E 0 29 8 35 138 1A 25
Octal 170 107 156 0 51 10 65 470 32 45
Binary 1111000 1000111 1101110 0 101001 1000 110101 100111000 11010 100101

Color Harmonies of #78476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78476E

Black with #78476E

Text Example


Text Example

White with #78476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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