#774D85

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

Shades of Affair #774D85

Tints of Affair #774D85

Color information

#774D85 (or 0x774D85) is unknown color: approx Affair. HEX triplet: 77, 4D and 85. RGB value is (119,77,133). Sum of RGB (Red+Green+Blue) = 119+77+133=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #774D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D85 is #88B27A. Grayscale: #5F5F5F. Windows color (decimal): -8958587 or 8736119. OLE color: 8736119.

HSL color Cylindrical-coordinate representation of color #774D85: hue angle of 285º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774D85 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11977133-
CMYK0.110.4200.48
HSL285º26.67%41.18%-
HSV(B)285º42.11%52.16%-
XYZ14.510.9223.53-
YUV95.94148.91144.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 77 (30.47% from 255) = 23.40%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=36.17%
G=23.40%
B=40.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119771330.110.4200.4828526.6741.18
Hex774D85B2A03011d1b29
Octal16711520513520604353351
Binary11101111001101100001011011101010011000010001110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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