Html Css Color HEX #724D70 Eminence

📋 copy color: '#724D70'

red 114 ◦ green 77 ◦ blue 112

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

Shades of Eminence #724D70

Tints of Eminence #724D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 37.62%
G = 25.41%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#724D70 (or 0x724D70) is known color: Eminence. HEX triplet: 72, 4D and 70. RGB value is (114,77,112). Sum of RGB (Red+Green+Blue) = 114+77+112=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #724D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D70 is #8DB28F. Grayscale: #5B5B5B. Windows color (decimal): -9286288 or 7359858. OLE color: 7359858.

HSL color Cylindrical-coordinate representation of color #724D70: hue angle of 303.24º 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 #724D70 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 77 112 -
CMYK 0 0.32 0.02 0.55
HSL 303.24º 0.19% 0.37% -
HSV(B) 303.24º 0.32% 0.45% -
XYZ 12.52 10.06 16.61 -
YUV 92.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 114 77 112 0 0.32 0.02 0.55 303.24 0.19 0.37
Hex 72 4D 70 0 20 2 37 12F 13 25
Octal 162 115 160 0 40 2 67 457 23 45
Binary 1110010 1001101 1110000 0 100000 10 110111 100101111 10011 100101

Color Harmonies of #724D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D70

Black with #724D70

Text Example


Text Example

White with #724D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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