#77364F

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

Shades of Flirt #77364F

Tints of Flirt #77364F

Color information

#77364F (or 0x77364F) is unknown color: approx Flirt. HEX triplet: 77, 36 and 4F. RGB value is (119,54,79). Sum of RGB (Red+Green+Blue) = 119+54+79=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77364F is #88C9B0. Grayscale: #4C4C4C. Windows color (decimal): -8964529 or 5191287. OLE color: 5191287.

HSL color Cylindrical-coordinate representation of color #77364F: hue angle of 336.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77364F is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1195479-
CMYK00.550.340.53
HSL336.92º37.57%33.92%-
HSV(B)336.92º54.62%46.67%-
XYZ10.347.128.23-
YUV76.28129.53158.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=47.22%
G=21.43%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119547900.550.340.53336.9237.5733.92
Hex77364F03722351512622
Octal1676611706742655214642
Binary111011111011010011110110111100010110101101010001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77364F; }

 p { color: rgb(119,54,79); }

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

<style>
 a { background-color: #77364F; }

 a { background-color: rgb(119,54,79); }

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

<style>
 span { border-color: #77364F; }

 span { border-color: rgb(119,54,79); }

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