#715C7F

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

Shades of Affair #715C7F

Tints of Affair #715C7F

Color information

#715C7F (or 0x715C7F) is unknown color: approx Affair. HEX triplet: 71, 5C and 7F. RGB value is (113,92,127). Sum of RGB (Red+Green+Blue) = 113+92+127=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #715C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C7F is #8EA380. Grayscale: #666666. Windows color (decimal): -9347969 or 8346737. OLE color: 8346737.

HSL color Cylindrical-coordinate representation of color #715C7F: hue angle of 276º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #715C7F is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11392127-
CMYK0.110.2800.50
HSL276º15.98%42.94%-
HSV(B)276º27.56%49.8%-
XYZ14.4712.721.77-
YUV102.27141.96135.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 92 (36.33% from 255) = 27.71%
BLUE value IS 127 (50% from 255) = 38.25%
R=34.04%
G=27.71%
B=38.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113921270.110.2800.5027615.9842.94
Hex715C7FB1C032114102b
Octal16113417713340624242053
Binary111000110111001111111101111100011001010001010010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715C7F; }

 p { color: rgb(113,92,127); }

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

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

 a { background-color: rgb(113,92,127); }

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

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

 span { border-color: rgb(113,92,127); }

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