#763357

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

Shades of Flirt #763357

Tints of Flirt #763357

Color information

#763357 (or 0x763357) is unknown color: approx Flirt. HEX triplet: 76, 33 and 57. RGB value is (118,51,87). Sum of RGB (Red+Green+Blue) = 118+51+87=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #763357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763357 is #89CCA8. Grayscale: #4B4B4B. Windows color (decimal): -9030825 or 5714806. OLE color: 5714806.

HSL color Cylindrical-coordinate representation of color #763357: hue angle of 327.76º 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 #763357 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1185187-
CMYK00.570.260.54
HSL327.76º39.64%33.14%-
HSV(B)327.76º56.78%46.27%-
XYZ10.386.919.8-
YUV75.14134.7158.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=46.09%
G=19.92%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118518700.570.260.54327.7639.6433.14
Hex7633570391A361482821
Octal1666312707132665105041
Binary11101101100111010111011100111010110110101001000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763357; }

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

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

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

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

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

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

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

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