Html Css Color HEX #7C4373 Eminence

📋 copy color: '#7C4373'

red 124 ◦ green 67 ◦ blue 115

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

Shades of Eminence #7C4373

Tints of Eminence #7C4373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 40.52%
G = 21.9%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7C4373 (or 0x7C4373) is known color: Eminence. HEX triplet: 7C, 43 and 73. RGB value is (124,67,115). Sum of RGB (Red+Green+Blue) = 124+67+115=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4373 is #83BC8C. Grayscale: #595959. Windows color (decimal): -8633485 or 7553916. OLE color: 7553916.

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

Color convert

RGB 124 67 115 -
CMYK 0 0.46 0.07 0.51
HSL 309.47º 0.3% 0.37% -
HSV(B) 309.47º 0.46% 0.49% -
XYZ 13.41 9.54 17.35 -
YUV 89.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 124 67 115 0 0.46 0.07 0.51 309.47 0.3 0.37
Hex 7C 43 73 0 2E 7 33 135 1E 25
Octal 174 103 163 0 56 7 63 465 36 45
Binary 1111100 1000011 1110011 0 101110 111 110011 100110101 11110 100101

Color Harmonies of #7C4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4373

Black with #7C4373

Text Example


Text Example

White with #7C4373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,67,115); }

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

background-color css

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

 a { background-color: rgb(124,67,115); }

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

border-color css

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

 span { border-color: rgb(124,67,115); }

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