Html Css Color HEX #804376 Eminence

📋 copy color: '#804376'

red 128 ◦ green 67 ◦ blue 118

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

Shades of Eminence #804376

Tints of Eminence #804376

RGB

 RED value IS 128 (50.39% from 255) = 40.89%

 GREEN value IS 67 (26.56% from 255) = 21.41%

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 40.89%
G = 21.41%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#804376 (or 0x804376) is known color: Eminence. HEX triplet: 80, 43 and 76. RGB value is (128,67,118). Sum of RGB (Red+Green+Blue) = 128+67+118=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #804376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804376 is #7FBC89. Grayscale: #5A5A5A. Windows color (decimal): -8371338 or 7750528. OLE color: 7750528.

HSL color Cylindrical-coordinate representation of color #804376: hue angle of 309.84º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804376 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 67 118 -
CMYK 0 0.48 0.08 0.50
HSL 309.84º 0.31% 0.38% -
HSV(B) 309.84º 0.48% 0.5% -
XYZ 14.18 9.91 18.31 -
YUV 91.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 128 67 118 0 0.48 0.08 0.50 309.84 0.31 0.38
Hex 80 43 76 0 30 8 32 136 1F 26
Octal 200 103 166 0 60 10 62 466 37 46
Binary 10000000 1000011 1110110 0 110000 1000 110010 100110110 11111 100110

Color Harmonies of #804376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804376

Black with #804376

Text Example


Text Example

White with #804376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804376; }

 p { color: rgb(128,67,118); }

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

background-color css

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

 a { background-color: rgb(128,67,118); }

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

border-color css

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

 span { border-color: rgb(128,67,118); }

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