#765A8B

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

Shades of Affair #765A8B

Tints of Affair #765A8B

Color information

#765A8B (or 0x765A8B) is unknown color: approx Affair. HEX triplet: 76, 5A and 8B. RGB value is (118,90,139). Sum of RGB (Red+Green+Blue) = 118+90+139=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #765A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765A8B is #89A574. Grayscale: #676767. Windows color (decimal): -9020789 or 9132662. OLE color: 9132662.

HSL color Cylindrical-coordinate representation of color #765A8B: hue angle of 274.29º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #765A8B is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11890139-
CMYK0.150.3500.45
HSL274.29º21.4%44.9%-
HSV(B)274.29º35.25%54.51%-
XYZ15.7913.0326.11-
YUV103.96147.78138.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=34.01%
G=25.94%
B=40.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118901390.150.3500.45274.2921.444.9
Hex765A8BF2302D112152d
Octal16613221317430554222555
Binary11101101011010100010111111100011010110110001001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,90,139); }

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

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

 a { background-color: rgb(118,90,139); }

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

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

 span { border-color: rgb(118,90,139); }

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