#774C85

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

Shades of Affair #774C85

Tints of Affair #774C85

Color information

#774C85 (or 0x774C85) is unknown color: approx Affair. HEX triplet: 77, 4C and 85. RGB value is (119,76,133). Sum of RGB (Red+Green+Blue) = 119+76+133=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #774C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774C85 is #88B37A. Grayscale: #5F5F5F. Windows color (decimal): -8958843 or 8735863. OLE color: 8735863.

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

Color convert

RGB11976133-
CMYK0.110.4300.48
HSL285.26º27.27%40.98%-
HSV(B)285.26º42.86%52.16%-
XYZ14.4310.7823.51-
YUV95.35149.25144.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 76 (30.08% from 255) = 23.17%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=36.28%
G=23.17%
B=40.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119761330.110.4300.48285.2627.2740.98
Hex774C85B2B03011d1b29
Octal16711420513530604353351
Binary11101111001100100001011011101011011000010001110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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