#772B46

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

Shades of Flirt #772B46

Tints of Flirt #772B46

Color information

#772B46 (or 0x772B46) is unknown color: approx Flirt. HEX triplet: 77, 2B and 46. RGB value is (119,43,70). Sum of RGB (Red+Green+Blue) = 119+43+70=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #772B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B46 is #88D4B9. Grayscale: #444444. Windows color (decimal): -8967354 or 4598647. OLE color: 4598647.

HSL color Cylindrical-coordinate representation of color #772B46: hue angle of 338.68º 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 #772B46 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1194370-
CMYK00.640.410.53
HSL338.68º46.91%31.76%-
HSV(B)338.68º63.87%46.67%-
XYZ9.586.096.47-
YUV68.8128.68163.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 43 (17.19% from 255) = 18.53%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=51.29%
G=18.53%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119437000.640.410.53338.6846.9131.76
Hex772B4604029351532f20
Octal16753106010051655235740
Binary1110111101011100011001000000101001110101101010011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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