#704F77

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

Shades of Affair #704F77

Tints of Affair #704F77

Color information

#704F77 (or 0x704F77) is unknown color: approx Affair. HEX triplet: 70, 4F and 77. RGB value is (112,79,119). Sum of RGB (Red+Green+Blue) = 112+79+119=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 119 - color contains mainly: blue. Hex color #704F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F77 is #8FB088. Grayscale: #5D5D5D. Windows color (decimal): -9416841 or 7819120. OLE color: 7819120.

HSL color Cylindrical-coordinate representation of color #704F77: hue angle of 289.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #704F77 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11279119-
CMYK0.060.3400.53
HSL289.5º20.2%38.82%-
HSV(B)289.5º33.61%46.67%-
XYZ12.8110.3718.78-
YUV93.43142.43141.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 119 (46.88% from 255) = 38.39%
R=36.13%
G=25.48%
B=38.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112791190.060.3400.53289.520.238.82
Hex704F776220351221427
Octal1601171676420654422447
Binary111000010011111110111110100010011010110010001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704F77; }

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

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

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

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

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

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

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

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