#755885

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

Shades of Affair #755885

Tints of Affair #755885

Color information

#755885 (or 0x755885) is unknown color: approx Affair. HEX triplet: 75, 58 and 85. RGB value is (117,88,133). Sum of RGB (Red+Green+Blue) = 117+88+133=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #755885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755885 is #8AA77A. Grayscale: #656565. Windows color (decimal): -9086843 or 8738933. OLE color: 8738933.

HSL color Cylindrical-coordinate representation of color #755885: hue angle of 278.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #755885 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11788133-
CMYK0.120.3400.48
HSL278.67º20.36%43.33%-
HSV(B)278.67º33.83%52.16%-
XYZ15.0612.4523.8-
YUV101.8145.61138.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=34.62%
G=26.04%
B=39.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117881330.120.3400.48278.6720.3643.33
Hex755885C22030117142b
Octal16513020514420604272453
Binary11101011011000100001011100100010011000010001011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755885; }

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

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

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

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

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

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

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

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