#765B87

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

Shades of Affair #765B87

Tints of Affair #765B87

Color information

#765B87 (or 0x765B87) is unknown color: approx Affair. HEX triplet: 76, 5B and 87. RGB value is (118,91,135). Sum of RGB (Red+Green+Blue) = 118+91+135=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #765B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765B87 is #89A478. Grayscale: #676767. Windows color (decimal): -9020537 or 8870774. OLE color: 8870774.

HSL color Cylindrical-coordinate representation of color #765B87: hue angle of 276.82º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #765B87 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11891135-
CMYK0.130.3300.47
HSL276.82º19.47%44.31%-
HSV(B)276.82º32.59%52.94%-
XYZ15.5913.0824.63-
YUV104.09145.45137.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=34.30%
G=26.45%
B=39.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118911350.130.3300.47276.8219.4744.31
Hex765B87D2102F115132c
Octal16613320715410574252354
Binary11101101011011100001111101100001010111110001010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765B87; }

 p { color: rgb(118,91,135); }

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

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

 a { background-color: rgb(118,91,135); }

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

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

 span { border-color: rgb(118,91,135); }

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