#77304D

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

Shades of Flirt #77304D

Tints of Flirt #77304D

Color information

#77304D (or 0x77304D) is unknown color: approx Flirt. HEX triplet: 77, 30 and 4D. RGB value is (119,48,77). Sum of RGB (Red+Green+Blue) = 119+48+77=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77304D is #88CFB2. Grayscale: #484848. Windows color (decimal): -8966067 or 5058679. OLE color: 5058679.

HSL color Cylindrical-coordinate representation of color #77304D: hue angle of 335.49º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77304D is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1194877-
CMYK00.600.350.53
HSL335.49º42.51%32.75%-
HSV(B)335.49º59.66%46.67%-
XYZ106.577.76-
YUV72.54130.52161.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 77 (30.47% from 255) = 31.56%
R=48.77%
G=19.67%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119487700.600.350.53335.4942.5132.75
Hex77304D03C233514f2b21
Octal1676011507443655175341
Binary111011111000010011010111100100011110101101001111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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