#755984

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

Shades of Affair #755984

Tints of Affair #755984

Color information

#755984 (or 0x755984) is unknown color: approx Affair. HEX triplet: 75, 59 and 84. RGB value is (117,89,132). Sum of RGB (Red+Green+Blue) = 117+89+132=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 132 - color contains mainly: blue. Hex color #755984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755984 is #8AA67B. Grayscale: #666666. Windows color (decimal): -9086588 or 8673653. OLE color: 8673653.

HSL color Cylindrical-coordinate representation of color #755984: hue angle of 279.07º degrees, saturation: 0.19, 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 #755984 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11789132-
CMYK0.110.3300.48
HSL279.07º19.46%43.33%-
HSV(B)279.07º32.58%51.76%-
XYZ15.0712.5923.47-
YUV102.27144.78138.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=34.62%
G=26.33%
B=39.05%

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
Decimal117891320.110.3300.48279.0719.4643.33
Hex755984B21030117132b
Octal16513120413410604272353
Binary11101011011001100001001011100001011000010001011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755984; }

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

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

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

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

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

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

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

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