#765A84

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

Shades of Affair #765A84

Tints of Affair #765A84

Color information

#765A84 (or 0x765A84) is unknown color: approx Affair. HEX triplet: 76, 5A and 84. RGB value is (118,90,132). Sum of RGB (Red+Green+Blue) = 118+90+132=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #765A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765A84 is #89A57B. Grayscale: #676767. Windows color (decimal): -9020796 or 8673910. OLE color: 8673910.

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

Color convert

RGB11890132-
CMYK0.110.3200.48
HSL280º18.92%43.53%-
HSV(B)280º31.82%51.76%-
XYZ15.2912.8323.5-
YUV103.16144.28138.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=34.71%
G=26.47%
B=38.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118901320.110.3200.4828018.9243.53
Hex765A84B20030118132c
Octal16613220413400604302354
Binary11101101011010100001001011100000011000010001100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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