#775891

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

Shades of Affair #775891

Tints of Affair #775891

Color information

#775891 (or 0x775891) is unknown color: approx Affair. HEX triplet: 77, 58 and 91. RGB value is (119,88,145). Sum of RGB (Red+Green+Blue) = 119+88+145=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #775891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775891 is #88A76E. Grayscale: #676767. Windows color (decimal): -8955759 or 9525367. OLE color: 9525367.

HSL color Cylindrical-coordinate representation of color #775891: hue angle of 272.63º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775891 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11988145-
CMYK0.180.3900.43
HSL272.63º24.46%45.69%-
HSV(B)272.63º39.31%56.86%-
XYZ16.2112.9528.43-
YUV103.77151.27138.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 145 (57.03% from 255) = 41.19%
R=33.81%
G=25%
B=41.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119881450.180.3900.43272.6324.4645.69
Hex775891122702B111182e
Octal16713022122470534213056
Binary111011110110001001000110010100111010101110001000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775891; }

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

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

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

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

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

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

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

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