#715477

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

Shades of Affair #715477

Tints of Affair #715477

Color information

#715477 (or 0x715477) is unknown color: approx Affair. HEX triplet: 71, 54 and 77. RGB value is (113,84,119). Sum of RGB (Red+Green+Blue) = 113+84+119=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 119 - color contains mainly: blue. Hex color #715477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715477 is #8EAB88. Grayscale: #606060. Windows color (decimal): -9350025 or 7820401. OLE color: 7820401.

HSL color Cylindrical-coordinate representation of color #715477: hue angle of 289.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715477 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11384119-
CMYK0.050.2900.53
HSL289.71º17.24%39.8%-
HSV(B)289.71º29.41%46.67%-
XYZ13.3111.1818.91-
YUV96.66140.61139.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=35.76%
G=26.58%
B=37.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113841190.050.2900.53289.7117.2439.8
Hex71547751D0351221128
Octal1611241675350654422150
Binary11100011010100111011110111101011010110010001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715477; }

 p { color: rgb(113,84,119); }

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

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

 a { background-color: rgb(113,84,119); }

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

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

 span { border-color: rgb(113,84,119); }

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