Html Css Color HEX #724E76 Eminence

📋 copy color: '#724E76'

red 114 ◦ green 78 ◦ blue 118

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

Shades of Eminence #724E76

Tints of Eminence #724E76

RGB

 RED value IS 114 (44.92% from 255) = 36.77%

 GREEN value IS 78 (30.86% from 255) = 25.16%

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

R = 36.77%
G = 25.16%
B = 38.06%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#724E76 (or 0x724E76) is known color: Eminence. HEX triplet: 72, 4E and 76. RGB value is (114,78,118). Sum of RGB (Red+Green+Blue) = 114+78+118=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #724E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724E76 is #8DB189. Grayscale: #5D5D5D. Windows color (decimal): -9286026 or 7753330. OLE color: 7753330.

HSL color Cylindrical-coordinate representation of color #724E76: hue angle of 294º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #724E76 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 78 118 -
CMYK 0.03 0.34 0 0.54
HSL 294º 0.2% 0.38% -
HSV(B) 294º 0.34% 0.46% -
XYZ 12.93 10.33 18.45 -
YUV 93.32 141.93 142.75 -
System Red Green Blue C M Y K H S L
Decimal 114 78 118 0.03 0.34 0 0.54 294 0.2 0.38
Hex 72 4E 76 3 22 0 36 126 14 26
Octal 162 116 166 3 42 0 66 446 24 46
Binary 1110010 1001110 1110110 11 100010 0 110110 100100110 10100 100110

Color Harmonies of #724E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724E76

Black with #724E76

Text Example


Text Example

White with #724E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724E76; }

 p { color: rgb(114,78,118); }

 H1.HeaderClassName
 {
   color: #724E76;
 }
 .AnyTagClassName
 {
   color: #724E76;
 }
</style>

background-color css

<style>
 a { background-color: #724E76; }

 a { background-color: rgb(114,78,118); }

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

border-color css

<style>
 span { border-color: #724E76; }

 span { border-color: rgb(114,78,118); }

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