#705578

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

Shades of Affair #705578

Tints of Affair #705578

Color information

#705578 (or 0x705578) is unknown color: approx Affair. HEX triplet: 70, 55 and 78. RGB value is (112,85,120). Sum of RGB (Red+Green+Blue) = 112+85+120=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 120 - color contains mainly: blue. Hex color #705578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705578 is #8FAA87. Grayscale: #606060. Windows color (decimal): -9415304 or 7886192. OLE color: 7886192.

HSL color Cylindrical-coordinate representation of color #705578: hue angle of 286.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705578 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11285120-
CMYK0.070.2900.53
HSL286.29º17.07%40.2%-
HSV(B)286.29º29.17%47.06%-
XYZ13.3211.319.25-
YUV97.06140.95138.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=35.33%
G=26.81%
B=37.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112851200.070.2900.53286.2917.0740.2
Hex70557871D03511e1128
Octal1601251707350654362150
Binary11100001010101111100011111101011010110001111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705578; }

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

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

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

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

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

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

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

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