#755B82

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

Shades of Affair #755B82

Tints of Affair #755B82

Color information

#755B82 (or 0x755B82) is unknown color: approx Affair. HEX triplet: 75, 5B and 82. RGB value is (117,91,130). Sum of RGB (Red+Green+Blue) = 117+91+130=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #755B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B82 is #8AA47D. Grayscale: #676767. Windows color (decimal): -9086078 or 8543093. OLE color: 8543093.

HSL color Cylindrical-coordinate representation of color #755B82: hue angle of 280º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755B82 is Cyan = 0.1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11791130-
CMYK0.10.3000.49
HSL280º17.65%43.33%-
HSV(B)280º30%50.98%-
XYZ15.1112.8822.81-
YUV103.22143.11137.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=34.62%
G=26.92%
B=38.46%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117911300.10.3000.4928017.6543.33
Hex755B82A1E031118122b
Octal16513320212360614302253
Binary1110101101101110000010101011110011000110001100010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755B82; }

 p { color: rgb(117,91,130); }

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

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

 a { background-color: rgb(117,91,130); }

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

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

 span { border-color: rgb(117,91,130); }

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