#774488

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

Shades of Affair #774488

Tints of Affair #774488

Color information

#774488 (or 0x774488) is unknown color: approx Affair. HEX triplet: 77, 44 and 88. RGB value is (119,68,136). Sum of RGB (Red+Green+Blue) = 119+68+136=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #774488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774488 is #88BB77. Grayscale: #5A5A5A. Windows color (decimal): -8960888 or 8930423. OLE color: 8930423.

HSL color Cylindrical-coordinate representation of color #774488: hue angle of 285º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774488 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11968136-
CMYK0.120.5000.47
HSL285º33.33%40%-
HSV(B)285º50%53.33%-
XYZ14.129.8324.45-
YUV91153.4147.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=36.84%
G=21.05%
B=42.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119681360.120.5000.4728533.3340
Hex774488C3202F11d2128
Octal16710421014620574354150
Binary111011110001001000100011001100100101111100011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774488; }

 p { color: rgb(119,68,136); }

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

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

 a { background-color: rgb(119,68,136); }

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

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

 span { border-color: rgb(119,68,136); }

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