#774B7C

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

Shades of Affair #774B7C

Tints of Affair #774B7C

Color information

#774B7C (or 0x774B7C) is unknown color: approx Affair. HEX triplet: 77, 4B and 7C. RGB value is (119,75,124). Sum of RGB (Red+Green+Blue) = 119+75+124=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 124 - color contains mainly: blue. Hex color #774B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774B7C is #88B483. Grayscale: #5D5D5D. Windows color (decimal): -8959108 or 8145783. OLE color: 8145783.

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

Color convert

RGB11975124-
CMYK0.040.4000.51
HSL293.88º24.62%39.02%-
HSV(B)293.88º39.52%48.63%-
XYZ13.7610.4120.35-
YUV93.74145.08146.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 124 (48.83% from 255) = 38.99%
R=37.42%
G=23.58%
B=38.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119751240.040.4000.51293.8824.6239.02
Hex774B7C4280331261927
Octal1671131744500634463147
Binary111011110010111111100100101000011001110010011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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