Html Css Color HEX #774F84 Affair

📋 copy color: '#774F84'

red 119 ◦ green 79 ◦ blue 132

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

Shades of Affair #774F84

Tints of Affair #774F84

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

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

R = 36.06%
G = 23.94%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#774F84 (or 0x774F84) is known color: Affair. HEX triplet: 77, 4F and 84. RGB value is (119,79,132). Sum of RGB (Red+Green+Blue) = 119+79+132=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #774F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774F84 is #88B07B. Grayscale: #606060. Windows color (decimal): -8958076 or 8671095. OLE color: 8671095.

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

Color convert

RGB 119 79 132 -
CMYK 0.10 0.40 0 0.48
HSL 285.28º 0.25% 0.41% -
HSV(B) 285.28º 0.4% 0.52% -
XYZ 14.57 11.18 23.22 -
YUV 97 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 119 79 132 0.10 0.40 0 0.48 285.28 0.25 0.41
Hex 77 4F 84 A 28 0 30 11D 19 29
Octal 167 117 204 12 50 0 60 435 31 51
Binary 1110111 1001111 10000100 1010 101000 0 110000 100011101 11001 101001

Color Harmonies of #774F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F84

Black with #774F84

Text Example


Text Example

White with #774F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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