#763347

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

Shades of Flirt #763347

Tints of Flirt #763347

Color information

#763347 (or 0x763347) is unknown color: approx Flirt. HEX triplet: 76, 33 and 47. RGB value is (118,51,71). Sum of RGB (Red+Green+Blue) = 118+51+71=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #763347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763347 is #89CCB8. Grayscale: #494949. Windows color (decimal): -9030841 or 4666230. OLE color: 4666230.

HSL color Cylindrical-coordinate representation of color #763347: hue angle of 342.09º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #763347 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1185171-
CMYK00.570.400.54
HSL342.09º39.64%33.14%-
HSV(B)342.09º56.78%46.27%-
XYZ9.796.676.73-
YUV73.31126.7159.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=49.17%
G=21.25%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118517100.570.400.54342.0939.6433.14
Hex76334703928361562821
Octal1666310707150665265041
Binary111011011001110001110111001101000110110101010110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763347; }

 p { color: rgb(118,51,71); }

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

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

 a { background-color: rgb(118,51,71); }

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

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

 span { border-color: rgb(118,51,71); }

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