#772C4C

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

Shades of Flirt #772C4C

Tints of Flirt #772C4C

Color information

#772C4C (or 0x772C4C) is unknown color: approx Flirt. HEX triplet: 77, 2C and 4C. RGB value is (119,44,76). Sum of RGB (Red+Green+Blue) = 119+44+76=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #772C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C4C is #88D3B3. Grayscale: #464646. Windows color (decimal): -8967092 or 4992119. OLE color: 4992119.

HSL color Cylindrical-coordinate representation of color #772C4C: hue angle of 334.4º 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 #772C4C is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1194476-
CMYK00.630.360.53
HSL334.4º46.01%31.96%-
HSV(B)334.4º63.03%46.67%-
XYZ9.816.257.53-
YUV70.07131.35162.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=49.79%
G=18.41%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119447600.630.360.53334.446.0131.96
Hex772C4C03F243514e2e20
Octal1675411407744655165640
Binary111011110110010011000111111100100110101101001110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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