#704F7B

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

Shades of Affair #704F7B

Tints of Affair #704F7B

Color information

#704F7B (or 0x704F7B) is unknown color: approx Affair. HEX triplet: 70, 4F and 7B. RGB value is (112,79,123). Sum of RGB (Red+Green+Blue) = 112+79+123=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #704F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F7B is #8FB084. Grayscale: #5D5D5D. Windows color (decimal): -9416837 or 8081264. OLE color: 8081264.

HSL color Cylindrical-coordinate representation of color #704F7B: hue angle of 285º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #704F7B is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11279123-
CMYK0.090.3600.52
HSL285º21.78%39.61%-
HSV(B)285º35.77%48.24%-
XYZ13.0510.4720.07-
YUV93.88144.43140.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=35.67%
G=25.16%
B=39.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112791230.090.3600.5228521.7839.61
Hex704F7B92403411d1628
Octal16011717311440644352650
Binary1110000100111111110111001100100011010010001110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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