#755785

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

Shades of Affair #755785

Tints of Affair #755785

Color information

#755785 (or 0x755785) is unknown color: approx Affair. HEX triplet: 75, 57 and 85. RGB value is (117,87,133). Sum of RGB (Red+Green+Blue) = 117+87+133=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #755785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755785 is #8AA87A. Grayscale: #656565. Windows color (decimal): -9087099 or 8738677. OLE color: 8738677.

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

Color convert

RGB11787133-
CMYK0.120.3500.48
HSL279.13º20.91%43.14%-
HSV(B)279.13º34.59%52.16%-
XYZ14.9812.2923.77-
YUV101.21145.94139.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=34.72%
G=25.82%
B=39.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117871330.120.3500.48279.1320.9143.14
Hex755785C23030117152b
Octal16512720514430604272553
Binary11101011010111100001011100100011011000010001011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755785; }

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

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

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

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

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

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

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

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