#704B6F

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

Shades of Eminence #704B6F

Tints of Eminence #704B6F

Color information

#704B6F (or 0x704B6F) is unknown color: approx Eminence. HEX triplet: 70, 4B and 6F. RGB value is (112,75,111). Sum of RGB (Red+Green+Blue) = 112+75+111=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #704B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B6F is #8FB490. Grayscale: #5A5A5A. Windows color (decimal): -9417873 or 7293808. OLE color: 7293808.

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

Color convert

RGB11275111-
CMYK00.330.010.56
HSL301.62º19.79%36.67%-
HSV(B)301.62º33.04%43.92%-
XYZ12.079.6216.26-
YUV90.17139.76143.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=37.58%
G=25.17%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127511100.330.010.56301.6219.7936.67
Hex704B6F02113812e1425
Octal1601131570411704562445
Binary1110000100101111011110100001111100010010111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,75,111); }

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

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

 a { background-color: rgb(112,75,111); }

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

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

 span { border-color: rgb(112,75,111); }

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