#714F76

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

Shades of Affair #714F76

Tints of Affair #714F76

Color information

#714F76 (or 0x714F76) is unknown color: approx Affair. HEX triplet: 71, 4F and 76. RGB value is (113,79,118). Sum of RGB (Red+Green+Blue) = 113+79+118=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #714F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F76 is #8EB089. Grayscale: #5D5D5D. Windows color (decimal): -9351306 or 7753585. OLE color: 7753585.

HSL color Cylindrical-coordinate representation of color #714F76: hue angle of 292.31º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #714F76 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11379118-
CMYK0.040.3300.54
HSL292.31º19.8%38.63%-
HSV(B)292.31º33.05%46.27%-
XYZ12.8810.4118.47-
YUV93.61141.76141.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=36.45%
G=25.48%
B=38.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113791180.040.3300.54292.3119.838.63
Hex714F764210361241427
Octal1611171664410664442447
Binary111000110011111110110100100001011011010010010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,79,118); }

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

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

 a { background-color: rgb(113,79,118); }

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

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

 span { border-color: rgb(113,79,118); }

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