#772C46

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

Shades of Flirt #772C46

Tints of Flirt #772C46

Color information

#772C46 (or 0x772C46) is unknown color: approx Flirt. HEX triplet: 77, 2C and 46. RGB value is (119,44,70). Sum of RGB (Red+Green+Blue) = 119+44+70=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #772C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C46 is #88D3B9. Grayscale: #454545. Windows color (decimal): -8967098 or 4598903. OLE color: 4598903.

HSL color Cylindrical-coordinate representation of color #772C46: hue angle of 339.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772C46 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1194470-
CMYK00.630.410.53
HSL339.2º46.01%31.96%-
HSV(B)339.2º63.03%46.67%-
XYZ9.616.176.48-
YUV69.39128.35163.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 44 (17.58% from 255) = 18.88%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=51.07%
G=18.88%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119447000.630.410.53339.246.0131.96
Hex772C4603F29351532e20
Octal1675410607751655235640
Binary111011110110010001100111111101001110101101010011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772C46; }

 p { color: rgb(119,44,70); }

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

<style>
 a { background-color: #772C46; }

 a { background-color: rgb(119,44,70); }

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

<style>
 span { border-color: #772C46; }

 span { border-color: rgb(119,44,70); }

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