#772D45

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

Shades of Flirt #772D45

Tints of Flirt #772D45

Color information

#772D45 (or 0x772D45) is unknown color: approx Flirt. HEX triplet: 77, 2D and 45. RGB value is (119,45,69). Sum of RGB (Red+Green+Blue) = 119+45+69=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #772D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D45 is #88D2BA. Grayscale: #454545. Windows color (decimal): -8966843 or 4533623. OLE color: 4533623.

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

Color convert

RGB1194569-
CMYK00.620.420.53
HSL340.54º45.12%32.16%-
HSV(B)340.54º62.18%46.67%-
XYZ9.626.236.33-
YUV69.86127.52163.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 45 (17.97% from 255) = 19.31%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=51.07%
G=19.31%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119456900.620.420.53340.5445.1232.16
Hex772D4503E2A351552d20
Octal1675510507652655255540
Binary111011110110110001010111110101010110101101010101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,45,69); }

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

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

 a { background-color: rgb(119,45,69); }

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

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

 span { border-color: rgb(119,45,69); }

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