#772B4F

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

Shades of Flirt #772B4F

Tints of Flirt #772B4F

Color information

#772B4F (or 0x772B4F) is unknown color: approx Flirt. HEX triplet: 77, 2B and 4F. RGB value is (119,43,79). Sum of RGB (Red+Green+Blue) = 119+43+79=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #772B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B4F is #88D4B0. Grayscale: #454545. Windows color (decimal): -8967345 or 5188471. OLE color: 5188471.

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

Color convert

RGB1194379-
CMYK00.640.340.53
HSL331.58º46.91%31.76%-
HSV(B)331.58º63.87%46.67%-
XYZ9.886.218.08-
YUV69.83133.18163.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 43 (17.19% from 255) = 17.84%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=49.38%
G=17.84%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119437900.640.340.53331.5846.9131.76
Hex772B4F040223514c2f20
Octal16753117010042655145740
Binary1110111101011100111101000000100010110101101001100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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