Html Css Color HEX #744D7E Affair

📋 copy color: '#744D7E'

red 116 ◦ green 77 ◦ blue 126

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

Shades of Affair #744D7E

Tints of Affair #744D7E

RGB

 RED value IS 116 (45.7% from 255) = 36.36%

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

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 36.36%
G = 24.14%
B = 39.5%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#744D7E (or 0x744D7E) is known color: Affair. HEX triplet: 74, 4D and 7E. RGB value is (116,77,126). Sum of RGB (Red+Green+Blue) = 116+77+126=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 126 - color contains mainly: blue. Hex color #744D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744D7E is #8BB281. Grayscale: #5E5E5E. Windows color (decimal): -9155202 or 8277364. OLE color: 8277364.

HSL color Cylindrical-coordinate representation of color #744D7E: hue angle of 287.76º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #744D7E is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 77 126 -
CMYK 0.08 0.39 0 0.51
HSL 287.76º 0.24% 0.4% -
HSV(B) 287.76º 0.39% 0.49% -
XYZ 13.62 10.53 21.05 -
YUV 94.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 116 77 126 0.08 0.39 0 0.51 287.76 0.24 0.4
Hex 74 4D 7E 8 27 0 33 120 18 28
Octal 164 115 176 10 47 0 63 440 30 50
Binary 1110100 1001101 1111110 1000 100111 0 110011 100100000 11000 101000

Color Harmonies of #744D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D7E

Black with #744D7E

Text Example


Text Example

White with #744D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744D7E; }

 p { color: rgb(116,77,126); }

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

background-color css

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

 a { background-color: rgb(116,77,126); }

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

border-color css

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

 span { border-color: rgb(116,77,126); }

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