#705176

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

Shades of Affair #705176

Tints of Affair #705176

Color information

#705176 (or 0x705176) is unknown color: approx Affair. HEX triplet: 70, 51 and 76. RGB value is (112,81,118). Sum of RGB (Red+Green+Blue) = 112+81+118=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #705176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705176 is #8FAE89. Grayscale: #5E5E5E. Windows color (decimal): -9416330 or 7754096. OLE color: 7754096.

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

Color convert

RGB11281118-
CMYK0.050.3100.54
HSL290.27º18.59%39.02%-
HSV(B)290.27º31.36%46.27%-
XYZ12.8910.6418.51-
YUV94.49141.27140.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=36.01%
G=26.05%
B=37.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112811180.050.3100.54290.2718.5939.02
Hex70517651F0361221327
Octal1601211665370664422347
Binary11100001010001111011010111111011011010010001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705176; }

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

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

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

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

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

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

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

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