#775588

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

Shades of Affair #775588

Tints of Affair #775588

Color information

#775588 (or 0x775588) is unknown color: approx Affair. HEX triplet: 77, 55 and 88. RGB value is (119,85,136). Sum of RGB (Red+Green+Blue) = 119+85+136=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #775588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775588 is #88AA77. Grayscale: #646464. Windows color (decimal): -8956536 or 8934775. OLE color: 8934775.

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

Color convert

RGB11985136-
CMYK0.120.3800.47
HSL280º23.08%43.33%-
HSV(B)280º37.5%53.33%-
XYZ15.312.224.84-
YUV100.98147.76140.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 136 (53.52% from 255) = 40%
R=35%
G=25%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119851360.120.3800.4728023.0843.33
Hex775588C2602F118172b
Octal16712521014460574302753
Binary11101111010101100010001100100110010111110001100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775588; }

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

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

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

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

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

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

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

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