#765392

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

Shades of Affair #765392

Tints of Affair #765392

Color information

#765392 (or 0x765392) is unknown color: approx Affair. HEX triplet: 76, 53 and 92. RGB value is (118,83,146). Sum of RGB (Red+Green+Blue) = 118+83+146=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #765392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765392 is #89AC6D. Grayscale: #646464. Windows color (decimal): -9022574 or 9589622. OLE color: 9589622.

HSL color Cylindrical-coordinate representation of color #765392: hue angle of 273.33º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #765392 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11883146-
CMYK0.190.4300.43
HSL273.33º27.51%44.9%-
HSV(B)273.33º43.15%57.25%-
XYZ15.7512.1128.7-
YUV100.65153.6140.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=34.01%
G=23.92%
B=42.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118831460.190.4300.43273.3327.5144.9
Hex765392132B02B1111c2d
Octal16612322223530534213455
Binary111011010100111001001010011101011010101110001000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765392; }

 p { color: rgb(118,83,146); }

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

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

 a { background-color: rgb(118,83,146); }

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

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

 span { border-color: rgb(118,83,146); }

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