Html Css Color HEX #704D72 Eminence

📋 copy color: '#704D72'

red 112 ◦ green 77 ◦ blue 114

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

Shades of Eminence #704D72

Tints of Eminence #704D72

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

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

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

Color convert

RGB 112 77 114 -
CMYK 0.02 0.32 0 0.55
HSL 296.76º 0.19% 0.37% -
HSV(B) 296.76º 0.32% 0.45% -
XYZ 12.37 9.97 17.19 -
YUV 91.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 112 77 114 0.02 0.32 0 0.55 296.76 0.19 0.37
Hex 70 4D 72 2 20 0 37 129 13 25
Octal 160 115 162 2 40 0 67 451 23 45
Binary 1110000 1001101 1110010 10 100000 0 110111 100101001 10011 100101

Color Harmonies of #704D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D72

Black with #704D72

Text Example


Text Example

White with #704D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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