#764785

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

Shades of Affair #764785

Tints of Affair #764785

Color information

#764785 (or 0x764785) is unknown color: approx Affair. HEX triplet: 76, 47 and 85. RGB value is (118,71,133). Sum of RGB (Red+Green+Blue) = 118+71+133=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #764785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764785 is #89B87A. Grayscale: #5B5B5B. Windows color (decimal): -9025659 or 8734582. OLE color: 8734582.

HSL color Cylindrical-coordinate representation of color #764785: hue angle of 285.48º degrees, saturation: 0.3, 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 #764785 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11871133-
CMYK0.110.4700.48
HSL285.48º30.39%40%-
HSV(B)285.48º46.62%52.16%-
XYZ13.9610.0523.39-
YUV92.12151.07146.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=36.65%
G=22.05%
B=41.30%

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
Decimal118711330.110.4700.48285.4830.3940
Hex764785B2F03011d1e28
Octal16610720513570604353650
Binary11101101000111100001011011101111011000010001110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764785; }

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

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

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

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

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

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

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

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