#77518C

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

Shades of Affair #77518C

Tints of Affair #77518C

Color information

#77518C (or 0x77518C) is unknown color: approx Affair. HEX triplet: 77, 51 and 8C. RGB value is (119,81,140). Sum of RGB (Red+Green+Blue) = 119+81+140=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #77518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77518C is #88AE73. Grayscale: #626262. Windows color (decimal): -8957556 or 9195895. OLE color: 9195895.

HSL color Cylindrical-coordinate representation of color #77518C: hue angle of 278.64º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77518C is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11981140-
CMYK0.150.4200.45
HSL278.64º26.7%43.33%-
HSV(B)278.64º42.14%54.9%-
XYZ15.2811.726.26-
YUV99.09151.09142.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=35%
G=23.82%
B=41.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119811400.150.4200.45278.6426.743.33
Hex77518CF2A02D1171b2b
Octal16712121417520554273353
Binary11101111010001100011001111101010010110110001011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77518C; }

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

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

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

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

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

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

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

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