#775189

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

Shades of Affair #775189

Tints of Affair #775189

Color information

#775189 (or 0x775189) is unknown color: approx Affair. HEX triplet: 77, 51 and 89. RGB value is (119,81,137). Sum of RGB (Red+Green+Blue) = 119+81+137=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #775189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775189 is #88AE76. Grayscale: #626262. Windows color (decimal): -8957559 or 8999287. OLE color: 8999287.

HSL color Cylindrical-coordinate representation of color #775189: hue angle of 280.71º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #775189 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11981137-
CMYK0.130.4100.46
HSL280.71º25.69%42.75%-
HSV(B)280.71º40.88%53.73%-
XYZ15.0711.6125.11-
YUV98.75149.59142.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 137 (53.91% from 255) = 40.65%
R=35.31%
G=24.04%
B=40.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119811370.130.4100.46280.7125.6942.75
Hex775189D2902E1191a2b
Octal16712121115510564313253
Binary11101111010001100010011101101001010111010001100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775189; }

 p { color: rgb(119,81,137); }

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

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

 a { background-color: rgb(119,81,137); }

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

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

 span { border-color: rgb(119,81,137); }

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