#71577E

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

Shades of Affair #71577E

Tints of Affair #71577E

Color information

#71577E (or 0x71577E) is unknown color: approx Affair. HEX triplet: 71, 57 and 7E. RGB value is (113,87,126). Sum of RGB (Red+Green+Blue) = 113+87+126=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #71577E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71577E is #8EA881. Grayscale: #636363. Windows color (decimal): -9349250 or 8279921. OLE color: 8279921.

HSL color Cylindrical-coordinate representation of color #71577E: hue angle of 280º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71577E is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11387126-
CMYK0.100.3100.51
HSL280º18.31%41.76%-
HSV(B)280º30.95%49.41%-
XYZ13.9811.8321.29-
YUV99.22143.11137.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=34.66%
G=26.69%
B=38.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113871260.100.3100.5128018.3141.76
Hex71577EA1F033118122a
Octal16112717612370634302252
Binary111000110101111111110101011111011001110001100010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71577E; }

 p { color: rgb(113,87,126); }

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

<style>
 a { background-color: #71577E; }

 a { background-color: rgb(113,87,126); }

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

<style>
 span { border-color: #71577E; }

 span { border-color: rgb(113,87,126); }

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