#775982

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

Shades of Affair #775982

Tints of Affair #775982

Color information

#775982 (or 0x775982) is unknown color: approx Affair. HEX triplet: 77, 59 and 82. RGB value is (119,89,130). Sum of RGB (Red+Green+Blue) = 119+89+130=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #775982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775982 is #88A67D. Grayscale: #666666. Windows color (decimal): -8955518 or 8542583. OLE color: 8542583.

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

Color convert

RGB11989130-
CMYK0.080.3200.49
HSL283.9º18.72%42.94%-
HSV(B)283.9º31.54%50.98%-
XYZ15.2112.6822.76-
YUV102.64143.44139.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=35.21%
G=26.33%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119891300.080.3200.49283.918.7242.94
Hex77598282003111c132b
Octal16713120210400614342353
Binary11101111011001100000101000100000011000110001110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775982; }

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

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

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

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

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

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

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

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