Html Css Color HEX #774C92 Affair

📋 copy color: '#774C92'

red 119 ◦ green 76 ◦ blue 146

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

Shades of Affair #774C92

Tints of Affair #774C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.29%

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

R = 34.9%
G = 22.29%
B = 42.82%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#774C92 (or 0x774C92) is known color: Affair. HEX triplet: 77, 4C and 92. RGB value is (119,76,146). Sum of RGB (Red+Green+Blue) = 119+76+146=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #774C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774C92 is #88B36D. Grayscale: #606060. Windows color (decimal): -8958830 or 9587831. OLE color: 9587831.

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

Color convert

RGB 119 76 146 -
CMYK 0.18 0.48 0 0.43
HSL 276.86º 0.32% 0.44% -
HSV(B) 276.86º 0.48% 0.57% -
XYZ 15.38 11.17 28.54 -
YUV 96.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 119 76 146 0.18 0.48 0 0.43 276.86 0.32 0.44
Hex 77 4C 92 12 30 0 2B 115 20 2C
Octal 167 114 222 22 60 0 53 425 40 54
Binary 1110111 1001100 10010010 10010 110000 0 101011 100010101 100000 101100

Color Harmonies of #774C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C92

Black with #774C92

Text Example


Text Example

White with #774C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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