#775592

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

Shades of Affair #775592

Tints of Affair #775592

Color information

#775592 (or 0x775592) is unknown color: approx Affair. HEX triplet: 77, 55 and 92. RGB value is (119,85,146). Sum of RGB (Red+Green+Blue) = 119+85+146=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #775592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775592 is #88AA6D. Grayscale: #656565. Windows color (decimal): -8956526 or 9590135. OLE color: 9590135.

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

Color convert

RGB11985146-
CMYK0.180.4200.43
HSL273.44º26.41%45.29%-
HSV(B)273.44º41.78%57.25%-
XYZ16.0412.4928.76-
YUV102.12152.76140.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=34%
G=24.29%
B=41.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119851460.180.4200.43273.4426.4145.29
Hex775592122A02B1111a2d
Octal16712522222520534213255
Binary111011110101011001001010010101010010101110001000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775592; }

 p { color: rgb(119,85,146); }

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

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

 a { background-color: rgb(119,85,146); }

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

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

 span { border-color: rgb(119,85,146); }

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