#764685

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

Shades of Affair #764685

Tints of Affair #764685

Color information

#764685 (or 0x764685) is unknown color: approx Affair. HEX triplet: 76, 46 and 85. RGB value is (118,70,133). Sum of RGB (Red+Green+Blue) = 118+70+133=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #764685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764685 is #89B97A. Grayscale: #5B5B5B. Windows color (decimal): -9025915 or 8734326. OLE color: 8734326.

HSL color Cylindrical-coordinate representation of color #764685: hue angle of 285.71º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #764685 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11870133-
CMYK0.110.4700.48
HSL285.71º31.03%39.8%-
HSV(B)285.71º47.37%52.16%-
XYZ13.99.9323.37-
YUV91.53151.4146.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 70 (27.73% from 255) = 21.81%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=36.76%
G=21.81%
B=41.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118701330.110.4700.48285.7131.0339.8
Hex764685B2F03011e1f28
Octal16610620513570604363750
Binary11101101000110100001011011101111011000010001111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764685; }

 p { color: rgb(118,70,133); }

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

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

 a { background-color: rgb(118,70,133); }

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

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

 span { border-color: rgb(118,70,133); }

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