#763B56

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

Shades of Flirt #763B56

Tints of Flirt #763B56

Color information

#763B56 (or 0x763B56) is unknown color: approx Flirt. HEX triplet: 76, 3B and 56. RGB value is (118,59,86). Sum of RGB (Red+Green+Blue) = 118+59+86=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #763B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B56 is #89C4A9. Grayscale: #4F4F4F. Windows color (decimal): -9028778 or 5651318. OLE color: 5651318.

HSL color Cylindrical-coordinate representation of color #763B56: hue angle of 332.54º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B56 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB1185986-
CMYK00.500.270.54
HSL332.54º33.33%34.71%-
HSV(B)332.54º50%46.27%-
XYZ10.717.659.72-
YUV79.72131.55155.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 86 (33.98% from 255) = 32.70%
R=44.87%
G=22.43%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118598600.500.270.54332.5433.3334.71
Hex763B560321B3614d2123
Octal1667312606233665154143
Binary11101101110111010110011001011011110110101001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763B56; }

 p { color: rgb(118,59,86); }

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

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

 a { background-color: rgb(118,59,86); }

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

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

 span { border-color: rgb(118,59,86); }

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