#764B7C

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

Shades of Affair #764B7C

Tints of Affair #764B7C

Color information

#764B7C (or 0x764B7C) is unknown color: approx Affair. HEX triplet: 76, 4B and 7C. RGB value is (118,75,124). Sum of RGB (Red+Green+Blue) = 118+75+124=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #764B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B7C is #89B483. Grayscale: #5D5D5D. Windows color (decimal): -9024644 or 8145782. OLE color: 8145782.

HSL color Cylindrical-coordinate representation of color #764B7C: hue angle of 292.65º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764B7C is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11875124-
CMYK0.050.4000.51
HSL292.65º24.62%39.02%-
HSV(B)292.65º39.52%48.63%-
XYZ13.6310.3420.35-
YUV93.44145.25145.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.22%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=37.22%
G=23.66%
B=39.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118751240.050.4000.51292.6524.6239.02
Hex764B7C5280331251927
Octal1661131745500634453147
Binary111011010010111111100101101000011001110010010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,75,124); }

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

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

 a { background-color: rgb(118,75,124); }

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

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

 span { border-color: rgb(118,75,124); }

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