#704B7A

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

Shades of Affair #704B7A

Tints of Affair #704B7A

Color information

#704B7A (or 0x704B7A) is unknown color: approx Affair. HEX triplet: 70, 4B and 7A. RGB value is (112,75,122). Sum of RGB (Red+Green+Blue) = 112+75+122=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #704B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B7A is #8FB485. Grayscale: #5B5B5B. Windows color (decimal): -9417862 or 8014704. OLE color: 8014704.

HSL color Cylindrical-coordinate representation of color #704B7A: hue angle of 287.23º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #704B7A is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11275122-
CMYK0.080.3900.52
HSL287.23º23.86%38.63%-
HSV(B)287.23º38.52%47.84%-
XYZ12.719.8819.65-
YUV91.42145.26142.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 75 (29.69% from 255) = 24.27%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=36.25%
G=24.27%
B=39.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112751220.080.3900.52287.2323.8638.63
Hex704B7A82703411f1827
Octal16011317210470644373047
Binary1110000100101111110101000100111011010010001111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,75,122); }

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

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

 a { background-color: rgb(112,75,122); }

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

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

 span { border-color: rgb(112,75,122); }

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