#764986

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

Shades of Affair #764986

Tints of Affair #764986

Color information

#764986 (or 0x764986) is unknown color: approx Affair. HEX triplet: 76, 49 and 86. RGB value is (118,73,134). Sum of RGB (Red+Green+Blue) = 118+73+134=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #764986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764986 is #89B679. Grayscale: #5D5D5D. Windows color (decimal): -9025146 or 8800630. OLE color: 8800630.

HSL color Cylindrical-coordinate representation of color #764986: hue angle of 284.26º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #764986 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11873134-
CMYK0.120.4600.47
HSL284.26º29.47%40.59%-
HSV(B)284.26º45.52%52.55%-
XYZ14.1610.3423.8-
YUV93.41150.91145.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=36.31%
G=22.46%
B=41.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118731340.120.4600.47284.2629.4740.59
Hex764986C2E02F11c1d29
Octal16611120614560574343551
Binary11101101001001100001101100101110010111110001110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764986; }

 p { color: rgb(118,73,134); }

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

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

 a { background-color: rgb(118,73,134); }

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

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

 span { border-color: rgb(118,73,134); }

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