#772347

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

Shades of Flirt #772347

Tints of Flirt #772347

Color information

#772347 (or 0x772347) is unknown color: approx Flirt. HEX triplet: 77, 23 and 47. RGB value is (119,35,71). Sum of RGB (Red+Green+Blue) = 119+35+71=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #772347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772347 is #88DCB8. Grayscale: #404040. Windows color (decimal): -8969401 or 4662135. OLE color: 4662135.

HSL color Cylindrical-coordinate representation of color #772347: hue angle of 334.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772347 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1193571-
CMYK00.710.400.53
HSL334.29º54.55%30.2%-
HSV(B)334.29º70.59%46.67%-
XYZ9.355.586.55-
YUV64.22131.83167.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=52.89%
G=15.56%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119357100.710.400.53334.2954.5530.2
Hex772347047283514e371e
Octal16743107010750655166736
Binary111011110001110001110100011110100011010110100111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772347; }

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

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

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

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

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

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

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

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