#775684

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

Shades of Affair #775684

Tints of Affair #775684

Color information

#775684 (or 0x775684) is unknown color: approx Affair. HEX triplet: 77, 56 and 84. RGB value is (119,86,132). Sum of RGB (Red+Green+Blue) = 119+86+132=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #775684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775684 is #88A97B. Grayscale: #646464. Windows color (decimal): -8956284 or 8672887. OLE color: 8672887.

HSL color Cylindrical-coordinate representation of color #775684: hue angle of 283.04º 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 #775684 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11986132-
CMYK0.100.3500.48
HSL283.04º21.1%42.75%-
HSV(B)283.04º34.85%51.76%-
XYZ15.112.2423.4-
YUV101.11145.43140.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=35.31%
G=25.52%
B=39.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119861320.100.3500.48283.0421.142.75
Hex775684A2303011b152b
Octal16712620412430604332553
Binary11101111010110100001001010100011011000010001101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775684; }

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

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

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

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

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

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

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

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