#765685

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

Shades of Affair #765685

Tints of Affair #765685

Color information

#765685 (or 0x765685) is unknown color: approx Affair. HEX triplet: 76, 56 and 85. RGB value is (118,86,133). Sum of RGB (Red+Green+Blue) = 118+86+133=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #765685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765685 is #89A97A. Grayscale: #646464. Windows color (decimal): -9021819 or 8738422. OLE color: 8738422.

HSL color Cylindrical-coordinate representation of color #765685: hue angle of 280.85º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #765685 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11886133-
CMYK0.110.3500.48
HSL280.85º21.46%42.94%-
HSV(B)280.85º35.34%52.16%-
XYZ15.0312.223.75-
YUV100.93146.1140.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=35.01%
G=25.52%
B=39.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118861330.110.3500.48280.8521.4642.94
Hex765685B23030119152b
Octal16612620513430604312553
Binary11101101010110100001011011100011011000010001100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765685; }

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

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

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

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

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

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

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

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