#765690

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

Shades of Affair #765690

Tints of Affair #765690

Color information

#765690 (or 0x765690) is unknown color: approx Affair. HEX triplet: 76, 56 and 90. RGB value is (118,86,144). Sum of RGB (Red+Green+Blue) = 118+86+144=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #765690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765690 is #89A96F. Grayscale: #656565. Windows color (decimal): -9021808 or 9459318. OLE color: 9459318.

HSL color Cylindrical-coordinate representation of color #765690: hue angle of 273.1º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #765690 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11886144-
CMYK0.180.4000.44
HSL273.1º25.22%45.1%-
HSV(B)273.1º40.28%56.47%-
XYZ15.8312.5227.97-
YUV102.18151.6139.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 144 (56.64% from 255) = 41.38%
R=33.91%
G=24.71%
B=41.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118861440.180.4000.44273.125.2245.1
Hex765690122802C111192d
Octal16612622022500544213155
Binary111011010101101001000010010101000010110010001000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765690; }

 p { color: rgb(118,86,144); }

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

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

 a { background-color: rgb(118,86,144); }

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

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

 span { border-color: rgb(118,86,144); }

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