#775984

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

Shades of Affair #775984

Tints of Affair #775984

Color information

#775984 (or 0x775984) is unknown color: approx Affair. HEX triplet: 77, 59 and 84. RGB value is (119,89,132). Sum of RGB (Red+Green+Blue) = 119+89+132=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #775984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775984 is #88A67B. Grayscale: #666666. Windows color (decimal): -8955516 or 8673655. OLE color: 8673655.

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

Color convert

RGB11989132-
CMYK0.100.3300.48
HSL281.86º19.46%43.33%-
HSV(B)281.86º32.58%51.76%-
XYZ15.3412.7323.48-
YUV102.87144.44139.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=35%
G=26.18%
B=38.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119891320.100.3300.48281.8619.4643.33
Hex775984A2103011a132b
Octal16713120412410604322353
Binary11101111011001100001001010100001011000010001101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775984; }

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

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

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

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

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

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

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

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