#76597F

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

Shades of Affair #76597F

Tints of Affair #76597F

Color information

#76597F (or 0x76597F) is unknown color: approx Affair. HEX triplet: 76, 59 and 7F. RGB value is (118,89,127). Sum of RGB (Red+Green+Blue) = 118+89+127=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #76597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76597F is #89A680. Grayscale: #656565. Windows color (decimal): -9021057 or 8345974. OLE color: 8345974.

HSL color Cylindrical-coordinate representation of color #76597F: hue angle of 285.79º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76597F is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11889127-
CMYK0.070.3000.50
HSL285.79º17.59%42.35%-
HSV(B)285.79º29.92%49.8%-
XYZ14.8712.5321.71-
YUV102142.11139.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 127 (50% from 255) = 38.02%
R=35.33%
G=26.65%
B=38.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118891270.070.3000.50285.7917.5942.35
Hex76597F71E03211e122a
Octal1661311777360624362252
Binary11101101011001111111111111110011001010001111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76597F; }

 p { color: rgb(118,89,127); }

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

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

 a { background-color: rgb(118,89,127); }

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

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

 span { border-color: rgb(118,89,127); }

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