Html Css Color HEX #774E84 Affair

📋 copy color: '#774E84'

red 119 ◦ green 78 ◦ blue 132

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

Shades of Affair #774E84

Tints of Affair #774E84

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.71%

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 36.17%
G = 23.71%
B = 40.12%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#774E84 (or 0x774E84) is known color: Affair. HEX triplet: 77, 4E and 84. RGB value is (119,78,132). Sum of RGB (Red+Green+Blue) = 119+78+132=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #774E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E84 is #88B17B. Grayscale: #606060. Windows color (decimal): -8958332 or 8670839. OLE color: 8670839.

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

Color convert

RGB 119 78 132 -
CMYK 0.10 0.41 0 0.48
HSL 285.56º 0.26% 0.41% -
HSV(B) 285.56º 0.41% 0.52% -
XYZ 14.5 11.04 23.2 -
YUV 96.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 119 78 132 0.10 0.41 0 0.48 285.56 0.26 0.41
Hex 77 4E 84 A 29 0 30 11E 1A 29
Octal 167 116 204 12 51 0 60 436 32 51
Binary 1110111 1001110 10000100 1010 101001 0 110000 100011110 11010 101001

Color Harmonies of #774E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E84

Black with #774E84

Text Example


Text Example

White with #774E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,78,132); }

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

background-color css

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

 a { background-color: rgb(119,78,132); }

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

border-color css

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

 span { border-color: rgb(119,78,132); }

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