#772E4B

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

Shades of Flirt #772E4B

Tints of Flirt #772E4B

Color information

#772E4B (or 0x772E4B) is unknown color: approx Flirt. HEX triplet: 77, 2E and 4B. RGB value is (119,46,75). Sum of RGB (Red+Green+Blue) = 119+46+75=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #772E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E4B is #88D1B4. Grayscale: #474747. Windows color (decimal): -8966581 or 4927095. OLE color: 4927095.

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

Color convert

RGB1194675-
CMYK00.610.370.53
HSL336.16º44.24%32.35%-
HSV(B)336.16º61.34%46.67%-
XYZ9.856.387.37-
YUV71.13130.18162.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=49.58%
G=19.17%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119467500.610.370.53336.1644.2432.35
Hex772E4B03D25351502c20
Octal1675611307545655205440
Binary111011110111010010110111101100101110101101010000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,46,75); }

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

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

 a { background-color: rgb(119,46,75); }

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

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

 span { border-color: rgb(119,46,75); }

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