Html Css Color HEX #7C4176 Eminence

📋 copy color: '#7C4176'

red 124 ◦ green 65 ◦ blue 118

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

Shades of Eminence #7C4176

Tints of Eminence #7C4176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 40.39%
G = 21.17%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#7C4176 (or 0x7C4176) is known color: Eminence. HEX triplet: 7C, 41 and 76. RGB value is (124,65,118). Sum of RGB (Red+Green+Blue) = 124+65+118=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4176 is #83BE89. Grayscale: #585858. Windows color (decimal): -8633994 or 7750012. OLE color: 7750012.

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

Color convert

RGB 124 65 118 -
CMYK 0 0.48 0.05 0.51
HSL 306.1º 0.31% 0.37% -
HSV(B) 306.1º 0.48% 0.49% -
XYZ 13.47 9.37 18.24 -
YUV 88.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 124 65 118 0 0.48 0.05 0.51 306.1 0.31 0.37
Hex 7C 41 76 0 30 5 33 132 1F 25
Octal 174 101 166 0 60 5 63 462 37 45
Binary 1111100 1000001 1110110 0 110000 101 110011 100110010 11111 100101

Color Harmonies of #7C4176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4176

Black with #7C4176

Text Example


Text Example

White with #7C4176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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