#755A81

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

Shades of Affair #755A81

Tints of Affair #755A81

Color information

#755A81 (or 0x755A81) is unknown color: approx Affair. HEX triplet: 75, 5A and 81. RGB value is (117,90,129). Sum of RGB (Red+Green+Blue) = 117+90+129=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 129 - color contains mainly: blue. Hex color #755A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755A81 is #8AA57E. Grayscale: #666666. Windows color (decimal): -9086335 or 8477301. OLE color: 8477301.

HSL color Cylindrical-coordinate representation of color #755A81: hue angle of 281.54º 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 #755A81 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11790129-
CMYK0.090.3000.49
HSL281.54º17.81%42.94%-
HSV(B)281.54º30.23%50.59%-
XYZ14.9512.6822.43-
YUV102.52142.95138.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 129 (50.78% from 255) = 38.39%
R=34.82%
G=26.79%
B=38.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117901290.090.3000.49281.5417.8142.94
Hex755A8191E03111a122b
Octal16513220111360614322253
Binary1110101101101010000001100111110011000110001101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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