#755A7D

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

Shades of Affair #755A7D

Tints of Affair #755A7D

Color information

#755A7D (or 0x755A7D) is unknown color: approx Affair. HEX triplet: 75, 5A and 7D. RGB value is (117,90,125). Sum of RGB (Red+Green+Blue) = 117+90+125=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #755A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A7D is #8AA582. Grayscale: #656565. Windows color (decimal): -9086339 or 8215157. OLE color: 8215157.

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

Color convert

RGB11790125-
CMYK0.060.2800.51
HSL286.29º16.28%42.16%-
HSV(B)286.29º28%49.02%-
XYZ14.6912.5721.05-
YUV102.06140.95138.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=35.24%
G=27.11%
B=37.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117901250.060.2800.51286.2916.2842.16
Hex755A7D61C03311e102a
Octal1651321756340634362052
Binary11101011011010111110111011100011001110001111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,90,125); }

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

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

 a { background-color: rgb(117,90,125); }

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

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

 span { border-color: rgb(117,90,125); }

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