#755889

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

Shades of Affair #755889

Tints of Affair #755889

Color information

#755889 (or 0x755889) is unknown color: approx Affair. HEX triplet: 75, 58 and 89. RGB value is (117,88,137). Sum of RGB (Red+Green+Blue) = 117+88+137=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #755889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755889 is #8AA776. Grayscale: #666666. Windows color (decimal): -9086839 or 9001077. OLE color: 9001077.

HSL color Cylindrical-coordinate representation of color #755889: hue angle of 275.51º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #755889 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11788137-
CMYK0.150.3600.46
HSL275.51º21.78%44.12%-
HSV(B)275.51º35.77%53.73%-
XYZ15.3412.5725.28-
YUV102.26147.61138.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=34.21%
G=25.73%
B=40.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117881370.150.3600.46275.5121.7844.12
Hex755889F2402E114162c
Octal16513021117440564242654
Binary11101011011000100010011111100100010111010001010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755889; }

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

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

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

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

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

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

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

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