#714E77

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

Shades of Affair #714E77

Tints of Affair #714E77

Color information

#714E77 (or 0x714E77) is unknown color: approx Affair. HEX triplet: 71, 4E and 77. RGB value is (113,78,119). Sum of RGB (Red+Green+Blue) = 113+78+119=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 119 - color contains mainly: blue. Hex color #714E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714E77 is #8EB188. Grayscale: #5D5D5D. Windows color (decimal): -9351561 or 7818865. OLE color: 7818865.

HSL color Cylindrical-coordinate representation of color #714E77: hue angle of 291.22º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #714E77 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11378119-
CMYK0.050.3400.53
HSL291.22º20.81%38.63%-
HSV(B)291.22º34.45%46.67%-
XYZ12.8610.2918.76-
YUV93.14142.6142.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 119 (46.88% from 255) = 38.39%
R=36.45%
G=25.16%
B=38.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113781190.050.3400.53291.2220.8138.63
Hex714E775220351231527
Octal1611161675420654432547
Binary111000110011101110111101100010011010110010001110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714E77; }

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

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

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

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

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

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

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

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