Html Css Color HEX #774D82 Affair

📋 copy color: '#774D82'

red 119 ◦ green 77 ◦ blue 130

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

Shades of Affair #774D82

Tints of Affair #774D82

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.62%

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 36.5%
G = 23.62%
B = 39.88%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#774D82 (or 0x774D82) is known color: Affair. HEX triplet: 77, 4D and 82. RGB value is (119,77,130). Sum of RGB (Red+Green+Blue) = 119+77+130=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #774D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D82 is #88B27D. Grayscale: #5F5F5F. Windows color (decimal): -8958590 or 8539511. OLE color: 8539511.

HSL color Cylindrical-coordinate representation of color #774D82: hue angle of 287.55º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #774D82 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 77 130 -
CMYK 0.08 0.41 0 0.49
HSL 287.55º 0.26% 0.41% -
HSV(B) 287.55º 0.41% 0.51% -
XYZ 14.29 10.84 22.46 -
YUV 95.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 119 77 130 0.08 0.41 0 0.49 287.55 0.26 0.41
Hex 77 4D 82 8 29 0 31 120 1A 29
Octal 167 115 202 10 51 0 61 440 32 51
Binary 1110111 1001101 10000010 1000 101001 0 110001 100100000 11010 101001

Color Harmonies of #774D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D82

Black with #774D82

Text Example


Text Example

White with #774D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774D82; }

 p { color: rgb(119,77,130); }

 H1.HeaderClassName
 {
   color: #774D82;
 }
 .AnyTagClassName
 {
   color: #774D82;
 }
</style>

background-color css

<style>
 a { background-color: #774D82; }

 a { background-color: rgb(119,77,130); }

 div.DivClassName
 {
   background-color: #774D82;
 }
 .BgClassName
 {
   background-color: #774D82;
 }
</style>

border-color css

<style>
 span { border-color: #774D82; }

 span { border-color: rgb(119,77,130); }

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