#705076

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

Shades of Affair #705076

Tints of Affair #705076

Color information

#705076 (or 0x705076) is unknown color: approx Affair. HEX triplet: 70, 50 and 76. RGB value is (112,80,118). Sum of RGB (Red+Green+Blue) = 112+80+118=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #705076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705076 is #8FAF89. Grayscale: #5D5D5D. Windows color (decimal): -9416586 or 7753840. OLE color: 7753840.

HSL color Cylindrical-coordinate representation of color #705076: hue angle of 290.53º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #705076 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11280118-
CMYK0.050.3200.54
HSL290.53º19.19%38.82%-
HSV(B)290.53º32.2%46.27%-
XYZ12.8210.4918.49-
YUV93.9141.6140.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=36.13%
G=25.81%
B=38.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112801180.050.3200.54290.5319.1938.82
Hex7050765200361231327
Octal1601201665400664432347
Binary111000010100001110110101100000011011010010001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705076; }

 p { color: rgb(112,80,118); }

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

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

 a { background-color: rgb(112,80,118); }

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

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

 span { border-color: rgb(112,80,118); }

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