#772C47

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

Shades of Flirt #772C47

Tints of Flirt #772C47

Color information

#772C47 (or 0x772C47) is unknown color: approx Flirt. HEX triplet: 77, 2C and 47. RGB value is (119,44,71). Sum of RGB (Red+Green+Blue) = 119+44+71=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #772C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C47 is #88D3B8. Grayscale: #454545. Windows color (decimal): -8967097 or 4664439. OLE color: 4664439.

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

Color convert

RGB1194471-
CMYK00.630.400.53
HSL338.4º46.01%31.96%-
HSV(B)338.4º63.03%46.67%-
XYZ9.656.186.65-
YUV69.5128.85163.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 44 (17.58% from 255) = 18.80%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=50.85%
G=18.80%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119447100.630.400.53338.446.0131.96
Hex772C4703F28351522e20
Octal1675410707750655225640
Binary111011110110010001110111111101000110101101010010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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