#704C6E

Color #704C6E Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #704C6E

Tints of Eminence #704C6E

Color information

#704C6E (or 0x704C6E) is unknown color: approx Eminence. HEX triplet: 70, 4C and 6E. RGB value is (112,76,110). Sum of RGB (Red+Green+Blue) = 112+76+110=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #704C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C6E is #8FB391. Grayscale: #5A5A5A. Windows color (decimal): -9417618 or 7228528. OLE color: 7228528.

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

Color convert

RGB11276110-
CMYK00.320.020.56
HSL303.33º19.15%36.86%-
HSV(B)303.33º32.14%43.92%-
XYZ12.089.7416-
YUV90.64138.93143.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=37.58%
G=25.50%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127611000.320.020.56303.3319.1536.86
Hex704C6E02023812f1325
Octal1601141560402704572345
Binary11100001001100110111001000001011100010010111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #704C6E;
 }
 .AnyTagClassName
 {
   color: #704C6E;
 }
</style>
background-color css

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

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

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

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

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

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