#705279

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

Shades of Affair #705279

Tints of Affair #705279

Color information

#705279 (or 0x705279) is unknown color: approx Affair. HEX triplet: 70, 52 and 79. RGB value is (112,82,121). Sum of RGB (Red+Green+Blue) = 112+82+121=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 121 - color contains mainly: blue. Hex color #705279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705279 is #8FAD86. Grayscale: #5F5F5F. Windows color (decimal): -9416071 or 7950960. OLE color: 7950960.

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

Color convert

RGB11282121-
CMYK0.070.3200.53
HSL286.15º19.21%39.8%-
HSV(B)286.15º32.23%47.45%-
XYZ13.1510.8619.49-
YUV95.42142.44139.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=35.56%
G=26.03%
B=38.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112821210.070.3200.53286.1519.2139.8
Hex70527972003511e1328
Octal1601221717400654362350
Binary111000010100101111001111100000011010110001111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705279; }

 p { color: rgb(112,82,121); }

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

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

 a { background-color: rgb(112,82,121); }

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

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

 span { border-color: rgb(112,82,121); }

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