#755884

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

Shades of Affair #755884

Tints of Affair #755884

Color information

#755884 (or 0x755884) is unknown color: approx Affair. HEX triplet: 75, 58 and 84. RGB value is (117,88,132). Sum of RGB (Red+Green+Blue) = 117+88+132=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #755884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755884 is #8AA77B. Grayscale: #656565. Windows color (decimal): -9086844 or 8673397. OLE color: 8673397.

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

Color convert

RGB11788132-
CMYK0.110.3300.48
HSL279.55º20%43.14%-
HSV(B)279.55º33.33%51.76%-
XYZ14.9912.4323.44-
YUV101.69145.11138.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=34.72%
G=26.11%
B=39.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117881320.110.3300.48279.552043.14
Hex755884B21030118142b
Octal16513020413410604302453
Binary11101011011000100001001011100001011000010001100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755884; }

 p { color: rgb(117,88,132); }

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

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

 a { background-color: rgb(117,88,132); }

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

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

 span { border-color: rgb(117,88,132); }

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