#705377

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

Shades of Affair #705377

Tints of Affair #705377

Color information

#705377 (or 0x705377) is unknown color: approx Affair. HEX triplet: 70, 53 and 77. RGB value is (112,83,119). Sum of RGB (Red+Green+Blue) = 112+83+119=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #705377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705377 is #8FAC88. Grayscale: #5F5F5F. Windows color (decimal): -9415817 or 7820144. OLE color: 7820144.

HSL color Cylindrical-coordinate representation of color #705377: hue angle of 288.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #705377 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11283119-
CMYK0.060.3000.53
HSL288.33º17.82%39.61%-
HSV(B)288.33º30.25%46.67%-
XYZ13.1110.9618.88-
YUV95.78141.11139.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=35.67%
G=26.43%
B=37.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112831190.060.3000.53288.3317.8239.61
Hex70537761E0351201228
Octal1601231676360654402250
Binary11100001010011111011111011110011010110010000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705377; }

 p { color: rgb(112,83,119); }

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

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

 a { background-color: rgb(112,83,119); }

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

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

 span { border-color: rgb(112,83,119); }

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