#765290

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

Shades of Affair #765290

Tints of Affair #765290

Color information

#765290 (or 0x765290) is unknown color: approx Affair. HEX triplet: 76, 52 and 90. RGB value is (118,82,144). Sum of RGB (Red+Green+Blue) = 118+82+144=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #765290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765290 is #89AD6F. Grayscale: #636363. Windows color (decimal): -9022832 or 9458294. OLE color: 9458294.

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

Color convert

RGB11882144-
CMYK0.180.4300.44
HSL274.84º27.43%44.31%-
HSV(B)274.84º43.06%56.47%-
XYZ15.5211.927.86-
YUV99.83152.93140.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=34.30%
G=23.84%
B=41.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118821440.180.4300.44274.8427.4344.31
Hex765290122B02C1131b2c
Octal16612222022530544233354
Binary111011010100101001000010010101011010110010001001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765290; }

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

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

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

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

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

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

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

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