Html Css Color HEX #77518E Affair

📋 copy color: '#77518E'

red 119 ◦ green 81 ◦ blue 142

#77518E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #77518E

Tints of Affair #77518E

RGB

 RED value IS 119 (46.88% from 255) = 34.8%

 GREEN value IS 81 (32.03% from 255) = 23.68%

 BLUE value IS 142 (55.86% from 255) = 41.52%

R = 34.8%
G = 23.68%
B = 41.52%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77518E (or 0x77518E) is known color: 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

RGB 119 81 142 -
CMYK 0.16 0.43 0 0.44
HSL 277.38º 0.27% 0.44% -
HSV(B) 277.38º 0.43% 0.56% -
XYZ 15.43 11.76 27.05 -
YUV 99.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 119 81 142 0.16 0.43 0 0.44 277.38 0.27 0.44
Hex 77 51 8E 10 2B 0 2C 115 1B 2C
Octal 167 121 216 20 53 0 54 425 33 54
Binary 1110111 1010001 10001110 10000 101011 0 101100 100010101 11011 101100

Color Harmonies of #77518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77518E

Black with #77518E

Text Example


Text Example

White with #77518E

Text Example


Text Example

HTML Codes & Css Web 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>