Html Css Color HEX #724D76 Eminence

📋 copy color: '#724D76'

red 114 ◦ green 77 ◦ blue 118

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

Shades of Eminence #724D76

Tints of Eminence #724D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.92%

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

R = 36.89%
G = 24.92%
B = 38.19%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#724D76 (or 0x724D76) is known color: Eminence. HEX triplet: 72, 4D and 76. RGB value is (114,77,118). Sum of RGB (Red+Green+Blue) = 114+77+118=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #724D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D76 is #8DB289. Grayscale: #5C5C5C. Windows color (decimal): -9286282 or 7753074. OLE color: 7753074.

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

Color convert

RGB 114 77 118 -
CMYK 0.03 0.35 0 0.54
HSL 294.15º 0.21% 0.38% -
HSV(B) 294.15º 0.35% 0.46% -
XYZ 12.86 10.19 18.43 -
YUV 92.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 114 77 118 0.03 0.35 0 0.54 294.15 0.21 0.38
Hex 72 4D 76 3 23 0 36 126 15 26
Octal 162 115 166 3 43 0 66 446 25 46
Binary 1110010 1001101 1110110 11 100011 0 110110 100100110 10101 100110

Color Harmonies of #724D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D76

Black with #724D76

Text Example


Text Example

White with #724D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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