#704D78

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

Shades of Affair #704D78

Tints of Affair #704D78

Color information

#704D78 (or 0x704D78) is unknown color: approx Affair. HEX triplet: 70, 4D and 78. RGB value is (112,77,120). Sum of RGB (Red+Green+Blue) = 112+77+120=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #704D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D78 is #8FB287. Grayscale: #5C5C5C. Windows color (decimal): -9417352 or 7884144. OLE color: 7884144.

HSL color Cylindrical-coordinate representation of color #704D78: hue angle of 288.84º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #704D78 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11277120-
CMYK0.070.3600.53
HSL288.84º21.83%38.63%-
HSV(B)288.84º35.83%47.06%-
XYZ12.7310.1119.05-
YUV92.37143.6142-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=36.25%
G=24.92%
B=38.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112771200.070.3600.53288.8421.8338.63
Hex704D787240351211627
Octal1601151707440654412647
Binary111000010011011111000111100100011010110010000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,77,120); }

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

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

 a { background-color: rgb(112,77,120); }

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

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

 span { border-color: rgb(112,77,120); }

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