#775582

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

Shades of Affair #775582

Tints of Affair #775582

Color information

#775582 (or 0x775582) is unknown color: approx Affair. HEX triplet: 77, 55 and 82. RGB value is (119,85,130). Sum of RGB (Red+Green+Blue) = 119+85+130=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #775582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775582 is #88AA7D. Grayscale: #646464. Windows color (decimal): -8956542 or 8541559. OLE color: 8541559.

HSL color Cylindrical-coordinate representation of color #775582: hue angle of 285.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #775582 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11985130-
CMYK0.080.3500.49
HSL285.33º20.93%42.16%-
HSV(B)285.33º34.62%50.98%-
XYZ14.8912.0322.66-
YUV100.3144.76141.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=35.63%
G=25.45%
B=38.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119851300.080.3500.49285.3320.9342.16
Hex77558282303111d152a
Octal16712520210430614352552
Binary11101111010101100000101000100011011000110001110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775582; }

 p { color: rgb(119,85,130); }

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

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

 a { background-color: rgb(119,85,130); }

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

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

 span { border-color: rgb(119,85,130); }

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