#764E7B

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

Shades of Affair #764E7B

Tints of Affair #764E7B

Color information

#764E7B (or 0x764E7B) is unknown color: approx Affair. HEX triplet: 76, 4E and 7B. RGB value is (118,78,123). Sum of RGB (Red+Green+Blue) = 118+78+123=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #764E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E7B is #89B184. Grayscale: #5E5E5E. Windows color (decimal): -9023877 or 8081014. OLE color: 8081014.

HSL color Cylindrical-coordinate representation of color #764E7B: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #764E7B is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11878123-
CMYK0.040.3700.52
HSL293.33º22.39%39.41%-
HSV(B)293.33º36.59%48.24%-
XYZ13.7710.7320.08-
YUV95.09143.75144.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 78 (30.86% from 255) = 24.45%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=36.99%
G=24.45%
B=38.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118781230.040.3700.52293.3322.3939.41
Hex764E7B4250341251627
Octal1661161734450644452647
Binary111011010011101111011100100101011010010010010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,78,123); }

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

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

 a { background-color: rgb(118,78,123); }

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

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

 span { border-color: rgb(118,78,123); }

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