#765190

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

Shades of Affair #765190

Tints of Affair #765190

Color information

#765190 (or 0x765190) is unknown color: approx Affair. HEX triplet: 76, 51 and 90. RGB value is (118,81,144). Sum of RGB (Red+Green+Blue) = 118+81+144=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #765190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765190 is #89AE6F. Grayscale: #636363. Windows color (decimal): -9023088 or 9458038. OLE color: 9458038.

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

Color convert

RGB11881144-
CMYK0.180.4400.44
HSL275.24º28%44.12%-
HSV(B)275.24º43.75%56.47%-
XYZ15.4511.7527.84-
YUV99.24153.26141.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 144 (56.64% from 255) = 41.98%
R=34.40%
G=23.62%
B=41.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118811440.180.4400.44275.242844.12
Hex765190122C02C1131c2c
Octal16612122022540544233454
Binary111011010100011001000010010101100010110010001001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765190; }

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

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

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

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

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

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

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

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