#76568E

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

Shades of Affair #76568E

Tints of Affair #76568E

Color information

#76568E (or 0x76568E) is unknown color: approx Affair. HEX triplet: 76, 56 and 8E. RGB value is (118,86,142). Sum of RGB (Red+Green+Blue) = 118+86+142=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #76568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76568E is #89A971. Grayscale: #656565. Windows color (decimal): -9021810 or 9328246. OLE color: 9328246.

HSL color Cylindrical-coordinate representation of color #76568E: hue angle of 274.29º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76568E is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11886142-
CMYK0.170.3900.44
HSL274.29º24.56%44.71%-
HSV(B)274.29º39.44%55.69%-
XYZ15.6812.4627.17-
YUV101.95150.6139.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=34.10%
G=24.86%
B=41.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118861420.170.3900.44274.2924.5644.71
Hex76568E112702C112192d
Octal16612621621470544223155
Binary111011010101101000111010001100111010110010001001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76568E; }

 p { color: rgb(118,86,142); }

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

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

 a { background-color: rgb(118,86,142); }

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

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

 span { border-color: rgb(118,86,142); }

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