Html Css Color HEX #7E4376 Eminence

📋 copy color: '#7E4376'

red 126 ◦ green 67 ◦ blue 118

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

Shades of Eminence #7E4376

Tints of Eminence #7E4376

RGB

 RED value IS 126 (49.61% from 255) = 40.51%

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

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

R = 40.51%
G = 21.54%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7E4376 (or 0x7E4376) is known color: Eminence. HEX triplet: 7E, 43 and 76. RGB value is (126,67,118). Sum of RGB (Red+Green+Blue) = 126+67+118=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4376 is #81BC89. Grayscale: #5A5A5A. Windows color (decimal): -8502410 or 7750526. OLE color: 7750526.

HSL color Cylindrical-coordinate representation of color #7E4376: hue angle of 308.14º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E4376 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 67 118 -
CMYK 0 0.47 0.06 0.51
HSL 308.14º 0.31% 0.38% -
HSV(B) 308.14º 0.47% 0.49% -
XYZ 13.88 9.76 18.29 -
YUV 90.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 126 67 118 0 0.47 0.06 0.51 308.14 0.31 0.38
Hex 7E 43 76 0 2F 6 33 134 1F 26
Octal 176 103 166 0 57 6 63 464 37 46
Binary 1111110 1000011 1110110 0 101111 110 110011 100110100 11111 100110

Color Harmonies of #7E4376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4376

Black with #7E4376

Text Example


Text Example

White with #7E4376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E4376; }

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

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

background-color css

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

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

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

border-color css

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

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

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