Html Css Color HEX #704E74 Eminence

📋 copy color: '#704E74'

red 112 ◦ green 78 ◦ blue 116

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

Shades of Eminence #704E74

Tints of Eminence #704E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 36.6%
G = 25.49%
B = 37.91%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#704E74 (or 0x704E74) is known color: Eminence. HEX triplet: 70, 4E and 74. RGB value is (112,78,116). Sum of RGB (Red+Green+Blue) = 112+78+116=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 116 - color contains mainly: blue. Hex color #704E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E74 is #8FB18B. Grayscale: #5C5C5C. Windows color (decimal): -9417100 or 7622256. OLE color: 7622256.

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

Color convert

RGB 112 78 116 -
CMYK 0.03 0.33 0 0.55
HSL 293.68º 0.2% 0.38% -
HSV(B) 293.68º 0.33% 0.45% -
XYZ 12.56 10.15 17.82 -
YUV 92.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 112 78 116 0.03 0.33 0 0.55 293.68 0.2 0.38
Hex 70 4E 74 3 21 0 37 126 14 26
Octal 160 116 164 3 41 0 67 446 24 46
Binary 1110000 1001110 1110100 11 100001 0 110111 100100110 10100 100110

Color Harmonies of #704E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E74

Black with #704E74

Text Example


Text Example

White with #704E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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