Html Css Color HEX #704E72 Eminence

📋 copy color: '#704E72'

red 112 ◦ green 78 ◦ blue 114

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

Shades of Eminence #704E72

Tints of Eminence #704E72

RGB

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

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

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

R = 36.84%
G = 25.66%
B = 37.5%

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

#704E72 (or 0x704E72) is known color: Eminence. HEX triplet: 70, 4E and 72. RGB value is (112,78,114). Sum of RGB (Red+Green+Blue) = 112+78+114=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #704E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E72 is #8FB18D. Grayscale: #5C5C5C. Windows color (decimal): -9417102 or 7491184. OLE color: 7491184.

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

Color convert

RGB 112 78 114 -
CMYK 0.02 0.32 0 0.55
HSL 296.67º 0.19% 0.38% -
HSV(B) 296.67º 0.32% 0.45% -
XYZ 12.44 10.11 17.21 -
YUV 92.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 112 78 114 0.02 0.32 0 0.55 296.67 0.19 0.38
Hex 70 4E 72 2 20 0 37 129 13 26
Octal 160 116 162 2 40 0 67 451 23 46
Binary 1110000 1001110 1110010 10 100000 0 110111 100101001 10011 100110

Color Harmonies of #704E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E72

Black with #704E72

Text Example


Text Example

White with #704E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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