Html Css Color HEX #774D92 Affair

📋 copy color: '#774D92'

red 119 ◦ green 77 ◦ blue 146

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

Shades of Affair #774D92

Tints of Affair #774D92

RGB

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

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

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

R = 34.8%
G = 22.51%
B = 42.69%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#774D92 (or 0x774D92) is known color: Affair. HEX triplet: 77, 4D and 92. RGB value is (119,77,146). Sum of RGB (Red+Green+Blue) = 119+77+146=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 146 - color contains mainly: blue. Hex color #774D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D92 is #88B26D. Grayscale: #616161. Windows color (decimal): -8958574 or 9588087. OLE color: 9588087.

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

Color convert

RGB 119 77 146 -
CMYK 0.18 0.47 0 0.43
HSL 276.52º 0.31% 0.44% -
HSV(B) 276.52º 0.47% 0.57% -
XYZ 15.45 11.31 28.56 -
YUV 97.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 119 77 146 0.18 0.47 0 0.43 276.52 0.31 0.44
Hex 77 4D 92 12 2F 0 2B 115 1F 2C
Octal 167 115 222 22 57 0 53 425 37 54
Binary 1110111 1001101 10010010 10010 101111 0 101011 100010101 11111 101100

Color Harmonies of #774D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D92

Black with #774D92

Text Example


Text Example

White with #774D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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