#774D82

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

Shades of Affair #774D82

Tints of Affair #774D82

Color information

#774D82 (or 0x774D82) is unknown color: approx Affair. HEX triplet: 77, 4D and 82. RGB value is (119,77,130). Sum of RGB (Red+Green+Blue) = 119+77+130=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #774D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D82 is #88B27D. Grayscale: #5F5F5F. Windows color (decimal): -8958590 or 8539511. OLE color: 8539511.

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

Color convert

RGB11977130-
CMYK0.080.4100.49
HSL287.55º25.6%40.59%-
HSV(B)287.55º40.77%50.98%-
XYZ14.2910.8422.46-
YUV95.6147.41144.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=36.50%
G=23.62%
B=39.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119771300.080.4100.49287.5525.640.59
Hex774D828290311201a29
Octal16711520210510614403251
Binary11101111001101100000101000101001011000110010000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D82; }

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

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

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

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

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

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

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

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