#774D7C

Color #774D7C Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #774D7C

Tints of Affair #774D7C

Color information

#774D7C (or 0x774D7C) is unknown color: approx Affair. HEX triplet: 77, 4D and 7C. RGB value is (119,77,124). Sum of RGB (Red+Green+Blue) = 119+77+124=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #774D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D7C is #88B283. Grayscale: #5E5E5E. Windows color (decimal): -8958596 or 8146295. OLE color: 8146295.

HSL color Cylindrical-coordinate representation of color #774D7C: hue angle of 293.62º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774D7C is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11977124-
CMYK0.040.3800.51
HSL293.62º23.38%39.41%-
HSV(B)293.62º37.9%48.63%-
XYZ13.910.6820.4-
YUV94.92144.41145.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=37.19%
G=24.06%
B=38.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119771240.040.3800.51293.6223.3839.41
Hex774D7C4260331261727
Octal1671151744460634462747
Binary111011110011011111100100100110011001110010011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #774D7C;
 }
 .AnyTagClassName
 {
   color: #774D7C;
 }
</style>
background-color css

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

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

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

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

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

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