#704F76

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

Shades of Affair #704F76

Tints of Affair #704F76

Color information

#704F76 (or 0x704F76) is unknown color: approx Affair. HEX triplet: 70, 4F and 76. RGB value is (112,79,118). Sum of RGB (Red+Green+Blue) = 112+79+118=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #704F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F76 is #8FB089. Grayscale: #5D5D5D. Windows color (decimal): -9416842 or 7753584. OLE color: 7753584.

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

Color convert

RGB11279118-
CMYK0.050.3300.54
HSL290.77º19.8%38.63%-
HSV(B)290.77º33.05%46.27%-
XYZ12.7510.3418.46-
YUV93.31141.93141.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=36.25%
G=25.57%
B=38.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112791180.050.3300.54290.7719.838.63
Hex704F765210361231427
Octal1601171665410664432447
Binary111000010011111110110101100001011011010010001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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