#765285

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

Shades of Affair #765285

Tints of Affair #765285

Color information

#765285 (or 0x765285) is unknown color: approx Affair. HEX triplet: 76, 52 and 85. RGB value is (118,82,133). Sum of RGB (Red+Green+Blue) = 118+82+133=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #765285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765285 is #89AD7A. Grayscale: #626262. Windows color (decimal): -9022843 or 8737398. OLE color: 8737398.

HSL color Cylindrical-coordinate representation of color #765285: hue angle of 282.35º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #765285 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11882133-
CMYK0.110.3800.48
HSL282.35º23.72%42.16%-
HSV(B)282.35º38.35%52.16%-
XYZ14.7211.5823.65-
YUV98.58147.43141.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=35.44%
G=24.62%
B=39.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118821330.110.3800.48282.3523.7242.16
Hex765285B2603011a182a
Octal16612220513460604323052
Binary11101101010010100001011011100110011000010001101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765285; }

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

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

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

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

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

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

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

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