Html Css Color HEX #704A6E Eminence

📋 copy color: '#704A6E'

red 112 ◦ green 74 ◦ blue 110

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

Shades of Eminence #704A6E

Tints of Eminence #704A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 37.84%
G = 25%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#704A6E (or 0x704A6E) is known color: Eminence. HEX triplet: 70, 4A and 6E. RGB value is (112,74,110). Sum of RGB (Red+Green+Blue) = 112+74+110=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #704A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704A6E is #8FB591. Grayscale: #595959. Windows color (decimal): -9418130 or 7228016. OLE color: 7228016.

HSL color Cylindrical-coordinate representation of color #704A6E: hue angle of 303.16º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #704A6E is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 74 110 -
CMYK 0 0.34 0.02 0.56
HSL 303.16º 0.2% 0.36% -
HSV(B) 303.16º 0.34% 0.44% -
XYZ 11.95 9.47 15.95 -
YUV 89.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 112 74 110 0 0.34 0.02 0.56 303.16 0.2 0.36
Hex 70 4A 6E 0 22 2 38 12F 14 24
Octal 160 112 156 0 42 2 70 457 24 44
Binary 1110000 1001010 1101110 0 100010 10 111000 100101111 10100 100100

Color Harmonies of #704A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A6E

Black with #704A6E

Text Example


Text Example

White with #704A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,74,110); }

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

background-color css

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

 a { background-color: rgb(112,74,110); }

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

border-color css

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

 span { border-color: rgb(112,74,110); }

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