Html Css Color HEX #77518D Affair

📋 copy color: '#77518D'

red 119 ◦ green 81 ◦ blue 141

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

Shades of Affair #77518D

Tints of Affair #77518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 34.9%
G = 23.75%
B = 41.35%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

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

RGB 119 81 141 -
CMYK 0.16 0.43 0 0.45
HSL 278º 0.27% 0.44% -
HSV(B) 278º 0.43% 0.55% -
XYZ 15.36 11.73 26.65 -
YUV 99.2 151.59 142.12 -
System Red Green Blue C M Y K H S L
Decimal 119 81 141 0.16 0.43 0 0.45 278 0.27 0.44
Hex 77 51 8D 10 2B 0 2D 116 1B 2C
Octal 167 121 215 20 53 0 55 426 33 54
Binary 1110111 1010001 10001101 10000 101011 0 101101 100010110 11011 101100

Color Harmonies of #77518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77518D

Black with #77518D

Text Example


Text Example

White with #77518D

Text Example


Text Example

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