#77518D

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

Shades of Affair #77518D

Tints of Affair #77518D

Color information

#77518D (or 0x77518D) is unknown color: approx Affair. HEX triplet: 77, 51 and 8D. RGB value is (119,81,141). Sum of RGB (Red+Green+Blue) = 119+81+141=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #77518D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77518D is #88AE72. Grayscale: #636363. Windows color (decimal): -8957555 or 9261431. OLE color: 9261431.

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

Color convert

RGB11981141-
CMYK0.160.4300.45
HSL278º27.03%43.53%-
HSV(B)278º42.55%55.29%-
XYZ15.3611.7326.65-
YUV99.2151.59142.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=34.90%
G=23.75%
B=41.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119811410.160.4300.4527827.0343.53
Hex77518D102B02D1161b2c
Octal16712121520530554263354
Binary111011110100011000110110000101011010110110001011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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