#775889

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

Shades of Affair #775889

Tints of Affair #775889

Color information

#775889 (or 0x775889) is unknown color: approx Affair. HEX triplet: 77, 58 and 89. RGB value is (119,88,137). Sum of RGB (Red+Green+Blue) = 119+88+137=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #775889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775889 is #88A776. Grayscale: #666666. Windows color (decimal): -8955767 or 9001079. OLE color: 9001079.

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

Color convert

RGB11988137-
CMYK0.130.3600.46
HSL277.96º21.78%44.12%-
HSV(B)277.96º35.77%53.73%-
XYZ15.6112.7125.3-
YUV102.85147.27139.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 137 (53.91% from 255) = 39.83%
R=34.59%
G=25.58%
B=39.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119881370.130.3600.46277.9621.7844.12
Hex775889D2402E116162c
Octal16713021115440564262654
Binary11101111011000100010011101100100010111010001011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775889; }

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

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

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

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

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

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

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

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