#71577A

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

Shades of Affair #71577A

Tints of Affair #71577A

Color information

#71577A (or 0x71577A) is unknown color: approx Affair. HEX triplet: 71, 57 and 7A. RGB value is (113,87,122). Sum of RGB (Red+Green+Blue) = 113+87+122=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #71577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71577A is #8EA885. Grayscale: #626262. Windows color (decimal): -9349254 or 8017777. OLE color: 8017777.

HSL color Cylindrical-coordinate representation of color #71577A: hue angle of 284.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71577A is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11387122-
CMYK0.070.2900.52
HSL284.57º16.75%40.98%-
HSV(B)284.57º28.69%47.84%-
XYZ13.7311.7319.95-
YUV98.76141.11138.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 122 (48.05% from 255) = 37.89%
R=35.09%
G=27.02%
B=37.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113871220.070.2900.52284.5716.7540.98
Hex71577A71D03411d1129
Octal1611271727350644352151
Binary11100011010111111101011111101011010010001110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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