Html Css Color HEX #7C4274 Eminence

📋 copy color: '#7C4274'

red 124 ◦ green 66 ◦ blue 116

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

Shades of Eminence #7C4274

Tints of Eminence #7C4274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 40.52%
G = 21.57%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7C4274 (or 0x7C4274) is known color: Eminence. HEX triplet: 7C, 42 and 74. RGB value is (124,66,116). Sum of RGB (Red+Green+Blue) = 124+66+116=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4274 is #83BD8B. Grayscale: #585858. Windows color (decimal): -8633740 or 7619196. OLE color: 7619196.

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

Color convert

RGB 124 66 116 -
CMYK 0 0.47 0.06 0.51
HSL 308.28º 0.31% 0.37% -
HSV(B) 308.28º 0.47% 0.49% -
XYZ 13.41 9.44 17.64 -
YUV 89.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 124 66 116 0 0.47 0.06 0.51 308.28 0.31 0.37
Hex 7C 42 74 0 2F 6 33 134 1F 25
Octal 174 102 164 0 57 6 63 464 37 45
Binary 1111100 1000010 1110100 0 101111 110 110011 100110100 11111 100101

Color Harmonies of #7C4274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4274

Black with #7C4274

Text Example


Text Example

White with #7C4274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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