Html Css Color HEX #7C4476 Eminence

📋 copy color: '#7C4476'

red 124 ◦ green 68 ◦ blue 118

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

Shades of Eminence #7C4476

Tints of Eminence #7C4476

RGB

 RED value IS 124 (48.83% from 255) = 40%

 GREEN value IS 68 (26.95% from 255) = 21.94%

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

R = 40%
G = 21.94%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7C4476 (or 0x7C4476) is known color: Eminence. HEX triplet: 7C, 44 and 76. RGB value is (124,68,118). Sum of RGB (Red+Green+Blue) = 124+68+118=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4476 is #83BB89. Grayscale: #5A5A5A. Windows color (decimal): -8633226 or 7750780. OLE color: 7750780.

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

Color convert

RGB 124 68 118 -
CMYK 0 0.45 0.05 0.51
HSL 306.43º 0.29% 0.38% -
HSV(B) 306.43º 0.45% 0.49% -
XYZ 13.65 9.73 18.3 -
YUV 90.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 124 68 118 0 0.45 0.05 0.51 306.43 0.29 0.38
Hex 7C 44 76 0 2D 5 33 132 1D 26
Octal 174 104 166 0 55 5 63 462 35 46
Binary 1111100 1000100 1110110 0 101101 101 110011 100110010 11101 100110

Color Harmonies of #7C4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4476

Black with #7C4476

Text Example


Text Example

White with #7C4476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,68,118); }

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

background-color css

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

 a { background-color: rgb(124,68,118); }

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

border-color css

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

 span { border-color: rgb(124,68,118); }

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