#772B4B

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

Shades of Flirt #772B4B

Tints of Flirt #772B4B

Color information

#772B4B (or 0x772B4B) is unknown color: approx Flirt. HEX triplet: 77, 2B and 4B. RGB value is (119,43,75). Sum of RGB (Red+Green+Blue) = 119+43+75=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #772B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B4B is #88D4B4. Grayscale: #454545. Windows color (decimal): -8967349 or 4926327. OLE color: 4926327.

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

Color convert

RGB1194375-
CMYK00.640.370.53
HSL334.74º46.91%31.76%-
HSV(B)334.74º63.87%46.67%-
XYZ9.746.167.33-
YUV69.37131.18163.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 43 (17.19% from 255) = 18.14%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=50.21%
G=18.14%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119437500.640.370.53334.7446.9131.76
Hex772B4B040253514f2f20
Octal16753113010045655175740
Binary1110111101011100101101000000100101110101101001111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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