#772B4A

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

Shades of Flirt #772B4A

Tints of Flirt #772B4A

Color information

#772B4A (or 0x772B4A) is unknown color: approx Flirt. HEX triplet: 77, 2B and 4A. RGB value is (119,43,74). Sum of RGB (Red+Green+Blue) = 119+43+74=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #772B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B4A is #88D4B5. Grayscale: #454545. Windows color (decimal): -8967350 or 4860791. OLE color: 4860791.

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

Color convert

RGB1194374-
CMYK00.640.380.53
HSL335.53º46.91%31.76%-
HSV(B)335.53º63.87%46.67%-
XYZ9.716.147.15-
YUV69.26130.68163.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=50.42%
G=18.22%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119437400.640.380.53335.5346.9131.76
Hex772B4A04026351502f20
Octal16753112010046655205740
Binary1110111101011100101001000000100110110101101010000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,43,74); }

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

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

 a { background-color: rgb(119,43,74); }

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

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

 span { border-color: rgb(119,43,74); }

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