#765B84

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

Shades of Affair #765B84

Tints of Affair #765B84

Color information

#765B84 (or 0x765B84) is unknown color: approx Affair. HEX triplet: 76, 5B and 84. RGB value is (118,91,132). Sum of RGB (Red+Green+Blue) = 118+91+132=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #765B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765B84 is #89A47B. Grayscale: #676767. Windows color (decimal): -9020540 or 8674166. OLE color: 8674166.

HSL color Cylindrical-coordinate representation of color #765B84: hue angle of 279.51º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765B84 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11891132-
CMYK0.110.3100.48
HSL279.51º18.39%43.73%-
HSV(B)279.51º31.06%51.76%-
XYZ15.381323.53-
YUV103.75143.95138.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=34.60%
G=26.69%
B=38.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118911320.110.3100.48279.5118.3943.73
Hex765B84B1F030118122c
Octal16613320413370604302254
Binary1110110101101110000100101111111011000010001100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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