#765989

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

Shades of Affair #765989

Tints of Affair #765989

Color information

#765989 (or 0x765989) is unknown color: approx Affair. HEX triplet: 76, 59 and 89. RGB value is (118,89,137). Sum of RGB (Red+Green+Blue) = 118+89+137=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #765989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765989 is #89A676. Grayscale: #666666. Windows color (decimal): -9021047 or 9001334. OLE color: 9001334.

HSL color Cylindrical-coordinate representation of color #765989: hue angle of 276.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #765989 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11889137-
CMYK0.140.3500.46
HSL276.25º21.24%44.31%-
HSV(B)276.25º35.04%53.73%-
XYZ15.5612.825.32-
YUV103.14147.11138.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 137 (53.91% from 255) = 39.83%
R=34.30%
G=25.87%
B=39.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118891370.140.3500.46276.2521.2444.31
Hex765989E2302E114152c
Octal16613121116430564242554
Binary11101101011001100010011110100011010111010001010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765989; }

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

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

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

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

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

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

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

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