#772A46

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

Shades of Flirt #772A46

Tints of Flirt #772A46

Color information

#772A46 (or 0x772A46) is unknown color: approx Flirt. HEX triplet: 77, 2A and 46. RGB value is (119,42,70). Sum of RGB (Red+Green+Blue) = 119+42+70=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #772A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A46 is #88D5B9. Grayscale: #444444. Windows color (decimal): -8967610 or 4598391. OLE color: 4598391.

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

Color convert

RGB1194270-
CMYK00.650.410.53
HSL338.18º47.83%31.57%-
HSV(B)338.18º64.71%46.67%-
XYZ9.546.026.45-
YUV68.22129.01164.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 70 (27.73% from 255) = 30.30%
R=51.52%
G=18.18%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119427000.650.410.53338.1847.8331.57
Hex772A4604129351523020
Octal16752106010151655226040
Binary1110111101010100011001000001101001110101101010010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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