#755C89

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

Shades of Affair #755C89

Tints of Affair #755C89

Color information

#755C89 (or 0x755C89) is unknown color: approx Affair. HEX triplet: 75, 5C and 89. RGB value is (117,92,137). Sum of RGB (Red+Green+Blue) = 117+92+137=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #755C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755C89 is #8AA376. Grayscale: #686868. Windows color (decimal): -9085815 or 9002101. OLE color: 9002101.

HSL color Cylindrical-coordinate representation of color #755C89: hue angle of 273.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #755C89 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11792137-
CMYK0.150.3300.46
HSL273.33º19.65%44.9%-
HSV(B)273.33º32.85%53.73%-
XYZ15.6813.2425.4-
YUV104.6146.28136.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=33.82%
G=26.59%
B=39.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117921370.150.3300.46273.3319.6544.9
Hex755C89F2102E111142d
Octal16513421117410564212455
Binary11101011011100100010011111100001010111010001000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,92,137); }

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

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

 a { background-color: rgb(117,92,137); }

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

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

 span { border-color: rgb(117,92,137); }

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