Html Css Color HEX #774C90 Affair

📋 copy color: '#774C90'

red 119 ◦ green 76 ◦ blue 144

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

Shades of Affair #774C90

Tints of Affair #774C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 35.1%
G = 22.42%
B = 42.48%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#774C90 (or 0x774C90) is known color: Affair. HEX triplet: 77, 4C and 90. RGB value is (119,76,144). Sum of RGB (Red+Green+Blue) = 119+76+144=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #774C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774C90 is #88B36F. Grayscale: #606060. Windows color (decimal): -8958832 or 9456759. OLE color: 9456759.

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

Color convert

RGB 119 76 144 -
CMYK 0.17 0.47 0 0.44
HSL 277.94º 0.31% 0.43% -
HSV(B) 277.94º 0.47% 0.56% -
XYZ 15.23 11.1 27.73 -
YUV 96.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 119 76 144 0.17 0.47 0 0.44 277.94 0.31 0.43
Hex 77 4C 90 11 2F 0 2C 116 1F 2B
Octal 167 114 220 21 57 0 54 426 37 53
Binary 1110111 1001100 10010000 10001 101111 0 101100 100010110 11111 101011

Color Harmonies of #774C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C90

Black with #774C90

Text Example


Text Example

White with #774C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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