#772A47

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

Shades of Flirt #772A47

Tints of Flirt #772A47

Color information

#772A47 (or 0x772A47) is unknown color: approx Flirt. HEX triplet: 77, 2A and 47. RGB value is (119,42,71). Sum of RGB (Red+Green+Blue) = 119+42+71=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #772A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A47 is #88D5B8. Grayscale: #444444. Windows color (decimal): -8967609 or 4663927. OLE color: 4663927.

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

Color convert

RGB1194271-
CMYK00.650.400.53
HSL337.4º47.83%31.57%-
HSV(B)337.4º64.71%46.67%-
XYZ9.576.036.62-
YUV68.33129.51164.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 71 (28.12% from 255) = 30.60%
R=51.29%
G=18.10%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119427100.650.400.53337.447.8331.57
Hex772A4704128351513020
Octal16752107010150655216040
Binary1110111101010100011101000001101000110101101010001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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