Html Css Color HEX #724D72 Eminence

📋 copy color: '#724D72'

red 114 ◦ green 77 ◦ blue 114

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

Shades of Eminence #724D72

Tints of Eminence #724D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 37.38%
G = 25.25%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#724D72 (or 0x724D72) is known color: Eminence. HEX triplet: 72, 4D and 72. RGB value is (114,77,114). Sum of RGB (Red+Green+Blue) = 114+77+114=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #724D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D72 is #8DB28D. Grayscale: #5C5C5C. Windows color (decimal): -9286286 or 7490930. OLE color: 7490930.

HSL color Cylindrical-coordinate representation of color #724D72: hue angle of 300º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #724D72 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 77 114 -
CMYK 0 0.32 0 0.55
HSL 300º 0.19% 0.37% -
HSV(B) 300º 0.32% 0.45% -
XYZ 12.63 10.1 17.2 -
YUV 92.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 114 77 114 0 0.32 0 0.55 300 0.19 0.37
Hex 72 4D 72 0 20 0 37 12C 13 25
Octal 162 115 162 0 40 0 67 454 23 45
Binary 1110010 1001101 1110010 0 100000 0 110111 100101100 10011 100101

Color Harmonies of #724D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D72

Black with #724D72

Text Example


Text Example

White with #724D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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