#772C42

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

Shades of Flirt #772C42

Tints of Flirt #772C42

Color information

#772C42 (or 0x772C42) is unknown color: approx Flirt. HEX triplet: 77, 2C and 42. RGB value is (119,44,66). Sum of RGB (Red+Green+Blue) = 119+44+66=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #772C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C42 is #88D3BD. Grayscale: #444444. Windows color (decimal): -8967102 or 4336759. OLE color: 4336759.

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

Color convert

RGB1194466-
CMYK00.630.450.53
HSL342.4º46.01%31.96%-
HSV(B)342.4º63.03%46.67%-
XYZ9.496.125.83-
YUV68.93126.35163.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=51.97%
G=19.21%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119446600.630.450.53342.446.0131.96
Hex772C4203F2D351562e20
Octal1675410207755655265640
Binary111011110110010000100111111101101110101101010110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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