Html Css Color HEX #78476F Eminence

📋 copy color: '#78476F'

red 120 ◦ green 71 ◦ blue 111

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

Shades of Eminence #78476F

Tints of Eminence #78476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 39.74%
G = 23.51%
B = 36.75%

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

#78476F (or 0x78476F) is known color: Eminence. HEX triplet: 78, 47 and 6F. RGB value is (120,71,111). Sum of RGB (Red+Green+Blue) = 120+71+111=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #78476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78476F is #87B890. Grayscale: #5A5A5A. Windows color (decimal): -8894609 or 7292792. OLE color: 7292792.

HSL color Cylindrical-coordinate representation of color #78476F: hue angle of 311.02º 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 #78476F is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 71 111 -
CMYK 0 0.41 0.08 0.53
HSL 311.02º 0.26% 0.37% -
HSV(B) 311.02º 0.41% 0.47% -
XYZ 12.87 9.65 16.22 -
YUV 90.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 120 71 111 0 0.41 0.08 0.53 311.02 0.26 0.37
Hex 78 47 6F 0 29 8 35 137 1A 25
Octal 170 107 157 0 51 10 65 467 32 45
Binary 1111000 1000111 1101111 0 101001 1000 110101 100110111 11010 100101

Color Harmonies of #78476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78476F

Black with #78476F

Text Example


Text Example

White with #78476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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