#765689

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

Shades of Affair #765689

Tints of Affair #765689

Color information

#765689 (or 0x765689) is unknown color: approx Affair. HEX triplet: 76, 56 and 89. RGB value is (118,86,137). Sum of RGB (Red+Green+Blue) = 118+86+137=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #765689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765689 is #89A976. Grayscale: #656565. Windows color (decimal): -9021815 or 9000566. OLE color: 9000566.

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

Color convert

RGB11886137-
CMYK0.140.3700.46
HSL277.65º22.87%43.73%-
HSV(B)277.65º37.23%53.73%-
XYZ15.3112.3125.24-
YUV101.38148.1139.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=34.60%
G=25.22%
B=40.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118861370.140.3700.46277.6522.8743.73
Hex765689E2502E116172c
Octal16612621116450564262754
Binary11101101010110100010011110100101010111010001011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765689; }

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

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

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

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

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

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

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

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