Html Css Color HEX #77518C Affair

📋 copy color: '#77518C'

red 119 ◦ green 81 ◦ blue 140

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

Shades of Affair #77518C

Tints of Affair #77518C

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 value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

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

RGB 119 81 140 -
CMYK 0.15 0.42 0 0.45
HSL 278.64º 0.27% 0.43% -
HSV(B) 278.64º 0.42% 0.55% -
XYZ 15.28 11.7 26.26 -
YUV 99.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 119 81 140 0.15 0.42 0 0.45 278.64 0.27 0.43
Hex 77 51 8C F 2A 0 2D 117 1B 2B
Octal 167 121 214 17 52 0 55 427 33 53
Binary 1110111 1010001 10001100 1111 101010 0 101101 100010111 11011 101011

Color Harmonies of #77518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77518C

Black with #77518C

Text Example


Text Example

White with #77518C

Text Example


Text Example

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