Html Css Color HEX #7C4375 Eminence

📋 copy color: '#7C4375'

red 124 ◦ green 67 ◦ blue 117

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

Shades of Eminence #7C4375

Tints of Eminence #7C4375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 40.26%
G = 21.75%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7C4375 (or 0x7C4375) is known color: Eminence. HEX triplet: 7C, 43 and 75. RGB value is (124,67,117). Sum of RGB (Red+Green+Blue) = 124+67+117=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4375 is #83BC8A. Grayscale: #595959. Windows color (decimal): -8633483 or 7684988. OLE color: 7684988.

HSL color Cylindrical-coordinate representation of color #7C4375: hue angle of 307.37º 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 #7C4375 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 67 117 -
CMYK 0 0.46 0.06 0.51
HSL 307.37º 0.3% 0.37% -
HSV(B) 307.37º 0.46% 0.49% -
XYZ 13.53 9.58 17.97 -
YUV 89.74 143.38 152.43 -
System Red Green Blue C M Y K H S L
Decimal 124 67 117 0 0.46 0.06 0.51 307.37 0.3 0.37
Hex 7C 43 75 0 2E 6 33 133 1E 25
Octal 174 103 165 0 56 6 63 463 36 45
Binary 1111100 1000011 1110101 0 101110 110 110011 100110011 11110 100101

Color Harmonies of #7C4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4375

Black with #7C4375

Text Example


Text Example

White with #7C4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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