#775784

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

Shades of Affair #775784

Tints of Affair #775784

Color information

#775784 (or 0x775784) is unknown color: approx Affair. HEX triplet: 77, 57 and 84. RGB value is (119,87,132). Sum of RGB (Red+Green+Blue) = 119+87+132=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 132 - color contains mainly: blue. Hex color #775784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775784 is #88A87B. Grayscale: #656565. Windows color (decimal): -8956028 or 8673143. OLE color: 8673143.

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

Color convert

RGB11987132-
CMYK0.100.3400.48
HSL282.67º20.55%42.94%-
HSV(B)282.67º34.09%51.76%-
XYZ15.1812.423.42-
YUV101.7145.1140.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 87 (34.38% from 255) = 25.74%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=35.21%
G=25.74%
B=39.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119871320.100.3400.48282.6720.5542.94
Hex775784A2203011b152b
Octal16712720412420604332553
Binary11101111010111100001001010100010011000010001101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775784; }

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

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

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

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

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

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

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

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