#772E48

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

Shades of Flirt #772E48

Tints of Flirt #772E48

Color information

#772E48 (or 0x772E48) is unknown color: approx Flirt. HEX triplet: 77, 2E and 48. RGB value is (119,46,72). Sum of RGB (Red+Green+Blue) = 119+46+72=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #772E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E48 is #88D1B7. Grayscale: #464646. Windows color (decimal): -8966584 or 4730487. OLE color: 4730487.

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

Color convert

RGB1194672-
CMYK00.610.390.53
HSL338.63º44.24%32.35%-
HSV(B)338.63º61.34%46.67%-
XYZ9.756.346.84-
YUV70.79128.68162.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=50.21%
G=19.41%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119467200.610.390.53338.6344.2432.35
Hex772E4803D27351532c20
Octal1675611007547655235440
Binary111011110111010010000111101100111110101101010011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,46,72); }

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

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

 a { background-color: rgb(119,46,72); }

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

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

 span { border-color: rgb(119,46,72); }

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