#704D77

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

Shades of Affair #704D77

Tints of Affair #704D77

Color information

#704D77 (or 0x704D77) is unknown color: approx Affair. HEX triplet: 70, 4D and 77. RGB value is (112,77,119). Sum of RGB (Red+Green+Blue) = 112+77+119=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #704D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D77 is #8FB288. Grayscale: #5C5C5C. Windows color (decimal): -9417353 or 7818608. OLE color: 7818608.

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

Color convert

RGB11277119-
CMYK0.060.3500.53
HSL290º21.43%38.43%-
HSV(B)290º35.29%46.67%-
XYZ12.6710.0818.73-
YUV92.25143.1142.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=36.36%
G=25%
B=38.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112771190.060.3500.5329021.4338.43
Hex704D776230351221526
Octal1601151676430654422546
Binary111000010011011110111110100011011010110010001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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