#77518E

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

Shades of Affair #77518E

Tints of Affair #77518E

Color information

#77518E (or 0x77518E) is unknown color: approx Affair. HEX triplet: 77, 51 and 8E. RGB value is (119,81,142). Sum of RGB (Red+Green+Blue) = 119+81+142=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #77518E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77518E is #88AE71. Grayscale: #636363. Windows color (decimal): -8957554 or 9326967. OLE color: 9326967.

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

Color convert

RGB11981142-
CMYK0.160.4300.44
HSL277.38º27.35%43.73%-
HSV(B)277.38º42.96%55.69%-
XYZ15.4311.7627.05-
YUV99.32152.09142.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=34.80%
G=23.68%
B=41.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119811420.160.4300.44277.3827.3543.73
Hex77518E102B02C1151b2c
Octal16712121620530544253354
Binary111011110100011000111010000101011010110010001010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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