#77294D

Color #77294D Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #77294D

Tints of Flirt #77294D

Color information

#77294D (or 0x77294D) is unknown color: approx Flirt. HEX triplet: 77, 29 and 4D. RGB value is (119,41,77). Sum of RGB (Red+Green+Blue) = 119+41+77=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #77294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77294D is #88D6B2. Grayscale: #444444. Windows color (decimal): -8967859 or 5056887. OLE color: 5056887.

HSL color Cylindrical-coordinate representation of color #77294D: hue angle of 332.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77294D is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1194177-
CMYK00.660.350.53
HSL332.31º48.75%31.37%-
HSV(B)332.31º65.55%46.67%-
XYZ9.746.047.67-
YUV68.43132.84164.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=50.21%
G=17.30%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119417700.660.350.53332.3148.7531.37
Hex77294D042233514c311f
Octal16751115010243655146137
Binary111011110100110011010100001010001111010110100110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77294D; }

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

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

<style>
 a { background-color: #77294D; }

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

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

<style>
 span { border-color: #77294D; }

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

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