#755D82

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

Shades of Affair #755D82

Tints of Affair #755D82

Color information

#755D82 (or 0x755D82) is unknown color: approx Affair. HEX triplet: 75, 5D and 82. RGB value is (117,93,130). Sum of RGB (Red+Green+Blue) = 117+93+130=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 130 - color contains mainly: blue. Hex color #755D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755D82 is #8AA27D. Grayscale: #686868. Windows color (decimal): -9085566 or 8543605. OLE color: 8543605.

HSL color Cylindrical-coordinate representation of color #755D82: hue angle of 278.92º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #755D82 is Cyan = 0.1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11793130-
CMYK0.10.2800.49
HSL278.92º16.59%43.73%-
HSV(B)278.92º28.46%50.98%-
XYZ15.2813.2222.87-
YUV104.39142.45136.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=34.41%
G=27.35%
B=38.24%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117931300.10.2800.49278.9216.5943.73
Hex755D82A1C031117112c
Octal16513520212340614272154
Binary1110101101110110000010101011100011000110001011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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