#765984

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

Shades of Affair #765984

Tints of Affair #765984

Color information

#765984 (or 0x765984) is unknown color: approx Affair. HEX triplet: 76, 59 and 84. RGB value is (118,89,132). Sum of RGB (Red+Green+Blue) = 118+89+132=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #765984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765984 is #89A67B. Grayscale: #666666. Windows color (decimal): -9021052 or 8673654. OLE color: 8673654.

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

Color convert

RGB11889132-
CMYK0.110.3300.48
HSL280.47º19.46%43.33%-
HSV(B)280.47º32.58%51.76%-
XYZ15.2112.6623.47-
YUV102.57144.61139-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=34.81%
G=26.25%
B=38.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118891320.110.3300.48280.4719.4643.33
Hex765984B21030118132b
Octal16613120413410604302353
Binary11101101011001100001001011100001011000010001100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765984; }

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

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

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

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

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

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

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

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