#764C87

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

Shades of Affair #764C87

Tints of Affair #764C87

Color information

#764C87 (or 0x764C87) is unknown color: approx Affair. HEX triplet: 76, 4C and 87. RGB value is (118,76,135). Sum of RGB (Red+Green+Blue) = 118+76+135=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 135 - color contains mainly: blue. Hex color #764C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764C87 is #89B378. Grayscale: #5F5F5F. Windows color (decimal): -9024377 or 8866934. OLE color: 8866934.

HSL color Cylindrical-coordinate representation of color #764C87: hue angle of 282.71º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764C87 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11876135-
CMYK0.130.4400.47
HSL282.71º27.96%41.37%-
HSV(B)282.71º43.7%52.94%-
XYZ14.4310.7724.24-
YUV95.28150.41144.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 135 (53.12% from 255) = 41.03%
R=35.87%
G=23.10%
B=41.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118761350.130.4400.47282.7127.9641.37
Hex764C87D2C02F11b1c29
Octal16611420715540574333451
Binary11101101001100100001111101101100010111110001101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764C87; }

 p { color: rgb(118,76,135); }

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

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

 a { background-color: rgb(118,76,135); }

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

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

 span { border-color: rgb(118,76,135); }

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