#76568D

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

Shades of Affair #76568D

Tints of Affair #76568D

Color information

#76568D (or 0x76568D) is unknown color: approx Affair. HEX triplet: 76, 56 and 8D. RGB value is (118,86,141). Sum of RGB (Red+Green+Blue) = 118+86+141=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #76568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76568D is #89A972. Grayscale: #656565. Windows color (decimal): -9021811 or 9262710. OLE color: 9262710.

HSL color Cylindrical-coordinate representation of color #76568D: hue angle of 274.91º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76568D is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11886141-
CMYK0.160.3900.45
HSL274.91º24.23%44.51%-
HSV(B)274.91º39.01%55.29%-
XYZ15.6112.4326.78-
YUV101.84150.1139.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=34.20%
G=24.93%
B=40.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118861410.160.3900.45274.9124.2344.51
Hex76568D102702D113182d
Octal16612621520470554233055
Binary111011010101101000110110000100111010110110001001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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