#704377

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

Shades of Eminence #704377

Tints of Eminence #704377

Color information

#704377 (or 0x704377) is unknown color: approx Eminence. HEX triplet: 70, 43 and 77. RGB value is (112,67,119). Sum of RGB (Red+Green+Blue) = 112+67+119=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #704377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704377 is #8FBC88. Grayscale: #565656. Windows color (decimal): -9419913 or 7816048. OLE color: 7816048.

HSL color Cylindrical-coordinate representation of color #704377: hue angle of 291.92º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #704377 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11267119-
CMYK0.060.4400.53
HSL291.92º27.96%36.47%-
HSV(B)291.92º43.7%46.67%-
XYZ12.028.7918.52-
YUV86.38146.41146.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 119 (46.88% from 255) = 39.93%
R=37.58%
G=22.48%
B=39.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112671190.060.4400.53291.9227.9636.47
Hex70437762C0351241c24
Octal1601031676540654443444
Binary111000010000111110111110101100011010110010010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704377; }

 p { color: rgb(112,67,119); }

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

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

 a { background-color: rgb(112,67,119); }

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

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

 span { border-color: rgb(112,67,119); }

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