#772D44

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

Shades of Flirt #772D44

Tints of Flirt #772D44

Color information

#772D44 (or 0x772D44) is unknown color: approx Flirt. HEX triplet: 77, 2D and 44. RGB value is (119,45,68). Sum of RGB (Red+Green+Blue) = 119+45+68=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #772D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D44 is #88D2BB. Grayscale: #454545. Windows color (decimal): -8966844 or 4468087. OLE color: 4468087.

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

Color convert

RGB1194568-
CMYK00.620.430.53
HSL341.35º45.12%32.16%-
HSV(B)341.35º62.18%46.67%-
XYZ9.596.226.16-
YUV69.75127.02163.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 45 (17.97% from 255) = 19.40%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=51.29%
G=19.40%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119456800.620.430.53341.3545.1232.16
Hex772D4403E2B351552d20
Octal1675510407653655255540
Binary111011110110110001000111110101011110101101010101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,45,68); }

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

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

 a { background-color: rgb(119,45,68); }

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

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

 span { border-color: rgb(119,45,68); }

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