#77364E

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

Shades of Flirt #77364E

Tints of Flirt #77364E

Color information

#77364E (or 0x77364E) is unknown color: approx Flirt. HEX triplet: 77, 36 and 4E. RGB value is (119,54,78). Sum of RGB (Red+Green+Blue) = 119+54+78=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77364E is #88C9B1. Grayscale: #4C4C4C. Windows color (decimal): -8964530 or 5125751. OLE color: 5125751.

HSL color Cylindrical-coordinate representation of color #77364E: hue angle of 337.85º 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 #77364E is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1195478-
CMYK00.550.340.53
HSL337.85º37.57%33.92%-
HSV(B)337.85º54.62%46.67%-
XYZ10.37.118.04-
YUV76.17129.03158.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 78 (30.86% from 255) = 31.08%
R=47.41%
G=21.51%
B=31.08%

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
Decimal119547800.550.340.53337.8537.5733.92
Hex77364E03722351522622
Octal1676611606742655224642
Binary111011111011010011100110111100010110101101010010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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