Html Css Color HEX #774B84 Affair

📋 copy color: '#774B84'

red 119 ◦ green 75 ◦ blue 132

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

Shades of Affair #774B84

Tints of Affair #774B84

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.01%

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

R = 36.5%
G = 23.01%
B = 40.49%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#774B84 (or 0x774B84) is known color: Affair. HEX triplet: 77, 4B and 84. RGB value is (119,75,132). Sum of RGB (Red+Green+Blue) = 119+75+132=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #774B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774B84 is #88B47B. Grayscale: #5E5E5E. Windows color (decimal): -8959100 or 8670071. OLE color: 8670071.

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

Color convert

RGB 119 75 132 -
CMYK 0.10 0.43 0 0.48
HSL 286.32º 0.28% 0.41% -
HSV(B) 286.32º 0.43% 0.52% -
XYZ 14.29 10.62 23.13 -
YUV 94.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 119 75 132 0.10 0.43 0 0.48 286.32 0.28 0.41
Hex 77 4B 84 A 2B 0 30 11E 1C 29
Octal 167 113 204 12 53 0 60 436 34 51
Binary 1110111 1001011 10000100 1010 101011 0 110000 100011110 11100 101001

Color Harmonies of #774B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B84

Black with #774B84

Text Example


Text Example

White with #774B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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