#764F89

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

Shades of Affair #764F89

Tints of Affair #764F89

Color information

#764F89 (or 0x764F89) is unknown color: approx Affair. HEX triplet: 76, 4F and 89. RGB value is (118,79,137). Sum of RGB (Red+Green+Blue) = 118+79+137=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #764F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764F89 is #89B076. Grayscale: #616161. Windows color (decimal): -9023607 or 8998774. OLE color: 8998774.

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

Color convert

RGB11879137-
CMYK0.140.4200.46
HSL280.34º26.85%42.35%-
HSV(B)280.34º42.34%53.73%-
XYZ14.7811.2525.06-
YUV97.27150.42142.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 137 (53.91% from 255) = 41.02%
R=35.33%
G=23.65%
B=41.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118791370.140.4200.46280.3426.8542.35
Hex764F89E2A02E1181b2a
Octal16611721116520564303352
Binary11101101001111100010011110101010010111010001100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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