#764C8F

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

Shades of Affair #764C8F

Tints of Affair #764C8F

Color information

#764C8F (or 0x764C8F) is unknown color: approx Affair. HEX triplet: 76, 4C and 8F. RGB value is (118,76,143). Sum of RGB (Red+Green+Blue) = 118+76+143=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #764C8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764C8F is #89B370. Grayscale: #5F5F5F. Windows color (decimal): -9024369 or 9391222. OLE color: 9391222.

HSL color Cylindrical-coordinate representation of color #764C8F: hue angle of 277.61º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #764C8F is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11876143-
CMYK0.170.4700.44
HSL277.61º30.59%42.94%-
HSV(B)277.61º46.85%56.08%-
XYZ15.011127.32-
YUV96.2154.41143.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 76 (30.08% from 255) = 22.55%
BLUE value IS 143 (56.25% from 255) = 42.43%
R=35.01%
G=22.55%
B=42.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118761430.170.4700.44277.6130.5942.94
Hex764C8F112F02C1161f2b
Octal16611421721570544263753
Binary111011010011001000111110001101111010110010001011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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