#774F88

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

Shades of Affair #774F88

Tints of Affair #774F88

Color information

#774F88 (or 0x774F88) is unknown color: approx Affair. HEX triplet: 77, 4F and 88. RGB value is (119,79,136). Sum of RGB (Red+Green+Blue) = 119+79+136=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #774F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774F88 is #88B077. Grayscale: #616161. Windows color (decimal): -8958072 or 8933239. OLE color: 8933239.

HSL color Cylindrical-coordinate representation of color #774F88: hue angle of 282.11º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774F88 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11979136-
CMYK0.120.4200.47
HSL282.11º26.51%42.16%-
HSV(B)282.11º41.91%53.33%-
XYZ14.8511.2924.69-
YUV97.46149.75143.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=35.63%
G=23.65%
B=40.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119791360.120.4200.47282.1126.5142.16
Hex774F88C2A02F11a1b2a
Octal16711721014520574323352
Binary11101111001111100010001100101010010111110001101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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