#775980

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

Shades of Affair #775980

Tints of Affair #775980

Color information

#775980 (or 0x775980) is unknown color: approx Affair. HEX triplet: 77, 59 and 80. RGB value is (119,89,128). Sum of RGB (Red+Green+Blue) = 119+89+128=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: blue. Hex color #775980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775980 is #88A67F. Grayscale: #666666. Windows color (decimal): -8955520 or 8411511. OLE color: 8411511.

HSL color Cylindrical-coordinate representation of color #775980: hue angle of 286.15º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #775980 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11989128-
CMYK0.070.3000.50
HSL286.15º17.97%42.55%-
HSV(B)286.15º30.47%50.2%-
XYZ15.0812.6322.06-
YUV102.42142.44139.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 128 (50.39% from 255) = 38.10%
R=35.42%
G=26.49%
B=38.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119891280.070.3000.50286.1517.9742.55
Hex77598071E03211e122b
Octal1671312007360624362253
Binary111011110110011000000011111110011001010001111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775980; }

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

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

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

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

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

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

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

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