Html Css Color HEX #7C426F Eminence

📋 copy color: '#7C426F'

red 124 ◦ green 66 ◦ blue 111

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

Shades of Eminence #7C426F

Tints of Eminence #7C426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 41.2%
G = 21.93%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C426F (or 0x7C426F) is known color: Eminence. HEX triplet: 7C, 42 and 6F. RGB value is (124,66,111). Sum of RGB (Red+Green+Blue) = 124+66+111=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C426F is #83BD90. Grayscale: #585858. Windows color (decimal): -8633745 or 7291516. OLE color: 7291516.

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

Color convert

RGB 124 66 111 -
CMYK 0 0.47 0.10 0.51
HSL 313.45º 0.31% 0.37% -
HSV(B) 313.45º 0.47% 0.49% -
XYZ 13.13 9.33 16.15 -
YUV 88.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 124 66 111 0 0.47 0.10 0.51 313.45 0.31 0.37
Hex 7C 42 6F 0 2F A 33 139 1F 25
Octal 174 102 157 0 57 12 63 471 37 45
Binary 1111100 1000010 1101111 0 101111 1010 110011 100111001 11111 100101

Color Harmonies of #7C426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C426F

Black with #7C426F

Text Example


Text Example

White with #7C426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,66,111); }

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

background-color css

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

 a { background-color: rgb(124,66,111); }

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

border-color css

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

 span { border-color: rgb(124,66,111); }

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