Html Css Color HEX #774992 Affair

📋 copy color: '#774992'

red 119 ◦ green 73 ◦ blue 146

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

Shades of Affair #774992

Tints of Affair #774992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

 BLUE value IS 146 (57.42% from 255) = 43.2%

R = 35.21%
G = 21.6%
B = 43.2%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#774992 (or 0x774992) is known color: Affair. HEX triplet: 77, 49 and 92. RGB value is (119,73,146). Sum of RGB (Red+Green+Blue) = 119+73+146=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #774992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774992 is #88B66D. Grayscale: #5E5E5E. Windows color (decimal): -8959598 or 9587063. OLE color: 9587063.

HSL color Cylindrical-coordinate representation of color #774992: hue angle of 277.81º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774992 is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 73 146 -
CMYK 0.18 0.5 0 0.43
HSL 277.81º 0.33% 0.43% -
HSV(B) 277.81º 0.5% 0.57% -
XYZ 15.18 10.76 28.47 -
YUV 95.08 156.74 145.06 -
System Red Green Blue C M Y K H S L
Decimal 119 73 146 0.18 0.5 0 0.43 277.81 0.33 0.43
Hex 77 49 92 12 32 0 2B 116 21 2B
Octal 167 111 222 22 62 0 53 426 41 53
Binary 1110111 1001001 10010010 10010 110010 0 101011 100010110 100001 101011

Color Harmonies of #774992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774992

Black with #774992

Text Example


Text Example

White with #774992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774992; }

 p { color: rgb(119,73,146); }

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

background-color css

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

 a { background-color: rgb(119,73,146); }

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

border-color css

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

 span { border-color: rgb(119,73,146); }

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